jupyter notebook配置环境变量_jupyter notebook找不到指定的模块

jupyter notebook配置环境变量_jupyter notebook找不到指定的模块给 JupyterNoteb 设置指定的虚拟环境 juypter 可不可以用自己建立的虚拟环境

当存在多个虚拟环境时,有时需要给Jupyter Notebook指定虚拟环境。

假设需要安装的虚拟环境名称是 meachine_learning

首先激活环境 meachine_learning

(base) C:\Users\shl>conda activate meachine_learning

当前环境下,安装 ipykernel

(meachine_learning) C:\Users\shl>pip install ipykernel

jupyter 中添加虚拟环境,并命名为meachine_learning

(meachine_learning) C:\Users\shl>python -m ipykernel install --name meachine_learning

进入jupyter 在选项卡 Kernel 中 change kernel 即可

保证 pycharm 和 jupyter 中的代码同处一个虚拟环境

可以在pycharm 和 jupyter 中修改代码

在anaconda prompt中及时安装代码需要的包

编程小号
上一篇 2024-12-07 07:40
下一篇 2024-12-07 22:06

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://sigusoft.com/dataspell/4589.html