Cannot run jupyter kernel using python extension
See original GitHub issueI upgraded to the latest code-server today and now the jupyter interactive functionality of the python extension has stopped working. This happens both when I did this using a remote linux machine (docker based on the pytorch 1.9 image), AND when installing code-server on my local macbook. When opening a jupyter notebook a popup with the following information appears:
Command 'Jupyter: Create New Blank Notebook' resulted in an error (command 'jupyter.createnewnotebook' not found)
OS/Web Information
- Web Browser: brave
- Local OS: macOs
- Remote OS: macos
- Remote Architecture:
code-server --version
: 3.11.0 4e8cd09ef0412dfc7b148b7639a692e20e4fd6dd
Steps to Reproduce
On macos (m1):
-
install code-server using install script
-
install python extension (ms-python.python v2021.7.1060902895). This will also install a jupyter extension (ms-toolsai.jupyter v2021.6.832593372)
-
Try to open a new jupyter notebook (cmd+shift+p “Jupyter: Create new Blank Notebook”)
The developer console has this error (which is too far in the deep for me to understand):
Expected
A jupyter notebook starts up
Actual
Error message
Command 'Jupyter: Create New Blank Notebook' resulted in an error (command 'jupyter.createnewnotebook' not found)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:9
- Comments:43 (22 by maintainers)
Top GitHub Comments
Here’s a matrix table with links for those who want it working. The bottomline being: you can’t use marketplace from code-server itself. You either need to manually download, drag-and-drop and install; or do something equivalent.
Installing from code-server’s default marketplace: ✅
Open VSX Download
GtiHub Download
Installing from code-server’s default marketplace: ❌
GitHub build artifact from microsoft/vscode-jupyter
Installing from code-server’s default marketplace: ✅
Open VSX Download
GtiHub Download
Installing from code-server’s default marketplace: ❌
GitHub build artifact from microsoft/vscode-jupyter
Installing from code-server’s default marketplace: ✅
Open VSX Download
GitHub Download
Installing from code-server’s default marketplace: ❌
Open VSX Download
GitHub build artifact from microsoft/vscode-jupyter
@jsjoeio What’s the best way to help here? Build a working version myself and send it over? Try and figure out how to edit the current command so the process starts working again? Can we make your scraper use the build artifacts from their CI/CD releases? Try to engage the maintainers to put the link directly to the VSIX in their releases? Can we re-upload to coder’s marketplace the VSIX from Open VSX?
Once 3.12.1 is out, yes!