JupyterNotebook 如何切换使用的虚拟环境kernel

在Jupyter Notebook中,如果需要修改使用的虚拟环境Kernel:

  1. 首先,需要确保虚拟环境已经安装conda上【conda基本操作】

  2. 打开Jupyter Notebook

  3. Jupyter Notebook 的顶部菜单中,选择 "New"

  4. 在弹出的窗口中,列出了所有可用的内核。如果没有,则需要安装ipykernel包,在虚拟环境中运行ipython kernel install --user --name=myenv(将myenv替换为你的虚拟环境的名称)。

  1. 重新打开Jupyter Notebook,创建文件时可以选择虚拟环境内核 。

相关推荐
Biomamba生信基地2 天前
jupyter如何切换内核
ide·python·jupyter
豆本-豆豆奶2 天前
给初学者的 Jupyter Notebook 教程
开发语言·python·jupyter·安装教程·notebook
勤奋的大熊猫2 天前
Jupyter lab 打开时默认使用 Notebook 而不是浏览器
ide·python·jupyter
三世2 天前
Jupyter notebook 添加目录插件
jupyter·插件·目录·notebook
去月亮探险5 天前
Jupyter Notebook 打开指定文件夹
python·jupyter
诸神缄默不语6 天前
Jupyter Notebook更换工作目录
ide·python·jupyter
去月亮探险6 天前
使用带有令牌认证的 Jupyter Notebook 服务器
服务器·ide·jupyter
jin_tmac7 天前
本地PC连接远程服务器jupyter全过程
linux·运维·服务器·jupyter
盖丽男8 天前
cursor连接远程jupyter
ide·python·jupyter
Tjohn99 天前
通过Conda安装jupyter notebook
ide·jupyter·conda