远程jupyter+pycharm配置之jupyter notebook切换虚拟环境
Posted wqbin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了远程jupyter+pycharm配置之jupyter notebook切换虚拟环境相关的知识,希望对你有一定的参考价值。
1、安装ipykernel:
(base) [root]# conda activate dl (dl) [root]# conda install nb_conda_kernels Collecting package metadata (current_repodata.json): done Solving environment: done
2、激活conda环境: source activate 环境名称,将环境写入notebook的kernel中
python -m ipykernel install --user --name 环境名称 --display-name "显示的名称"
如下:
(dl) [root]# python -m ipykernel install --user --name dl --display-name dl Installed kernelspec dl in /root/.local/share/jupyter/kernels/dl
3、打开notebook服务器:jupyter notebook
浏览器打开对应地址,就会有对应的环境提示了
以上是关于远程jupyter+pycharm配置之jupyter notebook切换虚拟环境的主要内容,如果未能解决你的问题,请参考以下文章
Jupyter Notebook的配置(密码端口+远程登陆+nbextension)