Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97371

ipython or jupyter version requirements for vscode interactive viewer

$
0
0

When opening the python interactive window in vscode using my base anaconda environment, I get a popup in the bottom right corner saying "Jupyter kernel cannot be started from [my base conda environment]. Using [other environment] instead"

The interactive window does start from the other environment works (i.e. I'm able to use the Python Interactive window), however, I'm confused because both my base env and the other env have jupyter, ipython, etc. installed. The only thing I can think of are that the envs have different version numbers. Are there version number restrictions on the jupyter/ipython packages with respect to the Python interactive window? The package versions for my two environments are listed below:

base env:

ipykernel 5.1.3 py36h39e3cac_0
ipython 7.9.0 py36h39e3cac_0
ipython_genutils 0.2.0 py36h3c5d0ee_0
ipywidgets 7.5.1 py_0
jupyter 1.0.0 py36_7
jupyter_client 5.3.4 py36_0
jupyter_console 6.0.0 py36_0
jupyter_core 4.6.0 py36_0
jupyterlab 1.0.2 py36hf63ae98_0
jupyterlab_server 1.0.6 py_0

other env:

ipykernel 5.1.1 py36h39e3cac_0
ipython 7.6.1 py36h39e3cac_0
ipython_genutils 0.2.0 py36h3c5d0ee_0
ipywidgets 7.5.0 py_0
jupyter 1.0.0 py36_7
jupyter_client 5.3.1 py_0
jupyter_console 6.0.0 py36_0
jupyter_core 4.5.0 py_0
jupyterlab 1.0.2 py36hf63ae98_0
jupyterlab_server 1.0.0 py_0


Viewing all articles
Browse latest Browse all 97371

Trending Articles