Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter Notebooks do not render #13780

Closed
kineticsquid opened this issue Jun 6, 2024 · 3 comments
Closed

Jupyter Notebooks do not render #13780

kineticsquid opened this issue Jun 6, 2024 · 3 comments

Comments

@kineticsquid
Copy link

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.

  • Operating System: Mac OSX 14.4.1
  • Theia Version: Theia IDE Version 1.49.101 (1.49.101.151)
@msujew
Copy link
Member

msujew commented Jun 6, 2024

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
Copy link

That solves it for me!

@kineticsquid
Copy link
Author

Me too! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants