Description
I 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 4e8cd09
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)