Jay D Martin

Results 14 comments of Jay D Martin

This is very interesting. I am trying to do something similar. One thing I can't reproduce is the displaying the toolbar. I get the horizontal line, input panel and output...

I looked into the CSS, it does not appear to be height, rather the min-width is 0px and that is what it is using. The height for the toolbar is...

I installed 0.4.1 and experience the same issue. It always wants to connect to the default kernel. I checked and I have a python3 and a sysml kernel installed. I...

The code editor modifications would be for a cell. An example of these modifications for a JupyterLab cell can be found here: https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation/blob/master/org.omg.sysml.jupyter.jupyterlab/src/main/mode.ts I may not be completely understanding how...

@echarles thank you again for your help and suggestions. In the following I make a number of statements that are meant to be questions about my current understanding. I am...

@echarles I am trying to build a container with node.js 18. I need to use hardened containers for this application so my choices are a little limited. The latest 18...

@echarles I am using node:18.18.1-slim container and got it to build with the latest [email protected] I did need to add @jupyterlite/pyodide-kernel-extension This results in still getting an error: Error: ENOENT:...

I have been digging deep into the Output.tsx example and the Output component. I am a little confused with the 3 variations in the example. The first is the Output...

I am sorry for not completely understanding your responses, but I am trying to process them. The following comments are meant as a discussion to help my understanding and not...

thank you for the suggested work-around. Using the option does allow the code to "compile", but I am running into a Module not found: Error: Can't resolve '@jupyterlite/pyodide-kernel-extension' in '/app/node_modules/@datalayer/jupyter-react/lib/jupyter/services'...