I'm trying to use the new Jupyter integration for the Python extension in VS Code, and I'm getting the above error even though I have Jupyter installed and it works fine from the command prompt.
Here's my environment:
- Python extension version 2018.10.1, and I see
Run Cell/Run All Cells
tooltips above#%%
comments. - I've used the Python:
Select Interpreter
command to select my Anaconda environment, which is at~/AppData/Local/Continuum/anaconda3/python.exe
. - I have Jupyter installed in that interpreter (jupyter.exe is in the Scripts sub-folder under that location), and it runs fine with the
jupyter notebook
command at the Anaconda prompt.
But whenever I click on Run Cell or press shift-enter, I get this error message: "Running cells requires Jupyter notebooks to be installed." Source: Python (Extension)
Is there something else I need to do to configure this?