eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.38k stars 2.45k forks source link

Jupyter Notebooks do not render #13780

Closed kineticsquid closed 3 weeks ago

kineticsquid commented 1 month ago

Bug Description:

I'm attempting to edit my Jupyter notebooks in Theia-IDE. They render and run fine in VS Code. I load https://open-vsx.org/extension/ms-toolsai/jupyter, which pulls in several other extensions: image

The Jupyter notebooks look like this: image

I tried creating a new notebook, but same result.

msujew commented 1 month ago

Is the vscode.ipynb extension installed? It's actually in charge of rendering the notebooks inside of Theia/VS Code. It's a builtin extension of VS Code. The Jupyter Extension is just there to actually make code cells executable.

MatthewKhouzam commented 1 month ago

That solves it for me!

kineticsquid commented 3 weeks ago

Me too! Thanks!