Jupyter notebook not shown on screen
See original GitHub issueOS/Web Information
- Web Browser: Firefox 93.0
- Local OS: Ubuntu 21.04
- Remote OS: same (running locally)
- Remote Architecture: Installed anaconda (conda version 4.10.3)
code-server --version: 3.12.0
Steps to Reproduce
- Open an existing notebook
- The file kind of opens, meaning the contents are not shown, the wait indicator is running but the outline can be shown. It can be run as well but does not recognize the installed python interpreter (ms-python) or jupyter notebook (ms-toolsai). It asks again and again to install a python interpreter.
- New markdowns can be added, show up in the outline (without text) but not on the screen.
- The same happens when creating a new notebook
- Notebooks can be normally created, opened and run in local vscode (1.61.1)
- code-server has been removed and installed again to see if anything differed. That was not the case.
Python code runs as expected.
Expected
When opening an existing notebook, it shows the notebook on the screen that can be run using F5. Also it should be aware of already existing installed python environments.
I would like to see a jupyter notebook and be able to run the cells like in the local version.
Actual
Nothing.
Logs
Log files are added. There is no log activity to be seen on the screen (code-server.log) when I try to open and run a jupyter notebook.
Screenshot
Has been added. The editor shows a blank screen but the outline shows that a lot is present. The sidebar is identical as that of local vscode.
Notes
This issue can be reproduced in VS Code: No
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Jupyter notebook not shown on screen · Issue #4395 - GitHub
When opening an existing notebook, it shows the notebook on the screen that can be run using F5. Also it should be aware...
Read more >Jupyter Lab Window Not Showing Properly - Stack Overflow
When opened, the jupyter lab shows only a small portion of the windows such as shown in the image (link above). The rest...
Read more >What to do when things go wrong - The Jupyter Notebook
If you're using a menu shortcut or Anaconda launcher to start it, try opening a terminal or command prompt and running the command...
Read more >Jupyter notebook browser page not loading
Running on windows 10, if I type jupyter notebook in a command prompt then I see the usual text and startup appears successful....
Read more >A way to execute long running Jupyter notebooks headless ...
Here I summarize how we can run a notebook in headless mode in a screen session which allows us to run Jupyter notebook...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found


You might need to download an older version of the extension.
An example of switching to OpenVSX can be found here: https://github.com/cdr/code-server/blob/v3.12.0/docs/FAQ.md#how-do-i-use-my-own-extensions-marketplace
The next release of code-server will likely use OpenVSX by default.
Seems likely related to our recent extension issues in our marketplace in which case it would be fixed by our switch to Open VSX https://github.com/cdr/code-server/pull/4319.
Workarounds are to install the .vsix or switch to Open VSX early.