Skip to content

Cannot run jupyter kernel using python extension #3874

Closed
@simeneide

Description

@simeneide

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):

  1. install code-server using install script

  2. install python extension (ms-python.python v2021.7.1060902895). This will also install a jupyter extension (ms-toolsai.jupyter v2021.6.832593372)
    image

  3. Try to open a new jupyter notebook (cmd+shift+p "Jupyter: Create new Blank Notebook")
    image
    image

The developer console has this error (which is too far in the deep for me to understand):
image

Expected

A jupyter notebook starts up

Actual

Error message
Command 'Jupyter: Create New Blank Notebook' resulted in an error (command 'jupyter.createnewnotebook' not found)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghigh-priorityThis issue needs to be resolved ASAP

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions