vscode交互式查看器的ipython或jupyter版本要求

时间:2019-11-17 06:43:33

标签: python visual-studio-code jupyter

当使用我的基本anaconda环境在vscode中打开python交互式窗口时,我在右下角弹出一个窗口,说“无法从[我的基本conda环境]启动Jupyter内核。而是使用[其他环境]”

交互式窗口的确从其他环境工作开始(即,我能够使用Python交互式窗口),但是,我很困惑,因为我的基本环境和另一个环境都安装了jupyter,ipython等。 。我唯一能想到的是环境具有不同的版本号。关于Python交互式窗口,jupyter / ipython软件包是否有版本号限制?下面列出了我的两种环境的软件包版本:

基本环境:

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

其他环境:

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

0 个答案:

没有答案