启动jupyter notebook配置虚拟环境
程序员文章站
2024-03-19 18:56:40
...
1、安装ipykernel:
conda install ipykernel
2、为虚拟环境下创建kernel文件:
conda install -n 环境名称 ipykernel
3、**conda环境: source activate 环境名称,将环境写入notebook的kernel中
python -m ipykernel install --user --name 环境名称 --display-name "显示的名称"
4、打开notebook服务器:jupyter notebook
浏览器打开对应地址,就会有对应的环境提示了
推荐阅读
-
启动jupyter notebook配置虚拟环境
-
解决jupyter notebook无法找到虚拟环境的问题
-
虚拟环境启动jupyter notebook
-
win10下,在anaconda虚拟环境中运行jupyter notebook
-
在Anaconda虚拟环境中运行jupyter notebook
-
在jupyter notebook中添加conda的虚拟环境
-
TensorFlow安装及jupyter notebook配置方法
-
TensorFlow安装及jupyter notebook配置方法
-
Jupyter notebook在mac:linux上的配置和远程访问的方法
-
修改Jupyter notebook的启动目录