Home > Software design >  vscode Jupyter notebook run button missing
vscode Jupyter notebook run button missing

Time:11-08

Everything works fine when I first open vscode and create a new Jupyter notebook enter image description here

When I save and reopen it, the run button is gone. enter image description here

I have added "jupyter.experiments.optOutFrom": ["NativeNotebookEditor"] to setting.JSON and still no change enter image description here enter image description here

python is installed enter image description here

Jupyter notebook installed enter image description here

How can I make it to work?

CodePudding user response:

Probably because you didn't select the cell to run. Click on the cell to select.

CodePudding user response:

It looks weird, the appearance of the jupyter notebook in your question is different from mine:

enter image description here

In my memory, it looks like the older version of the jupyter notebook.

Could you provide more info about the jupyter notebook you are using? Like this:

enter image description here

And could you try to reinstall the Jupyter Notebook extension and disable other extensions which may be related to .ipynb file?

  • Related