我创建了一个虚拟环境,并使用pip安装了ipython[all]
和jupyter
。当我运行jupyter lab
时,打开一个笔记本,然后尝试导入在虚拟环境中安装的软件包,我将收到“ ModuleNotFoundError”。
在控制台中运行ipython
并进行导入。另外,which jupyter
确实使我指向了虚拟环境中正确的可执行文件。
答案 0 :(得分:1)
除了安装jupyter
外,我还需要安装jupyter lab
。否则,即使虚拟环境jupyter
可执行文件实际上也默默地退回到系统Jupyter Lab安装。
答案 1 :(得分:0)
在虚拟环境中安装jupyter lab:
pip install jupyterlab