在ubuntu中使用jupyter
配置jupyter要用的虚拟环境
conda activate "虚拟环境名称"
conda install nb_conda
使用该虚拟环境
在该虚拟环境中输入:
jupyter notebook
在浏览器弹出的网页中点击下图中的change kernel,来更换jupyter使用的虚拟空间:
在ubuntu中使用jupyter
配置jupyter要用的虚拟环境
conda activate "虚拟环境名称"
conda install nb_conda
使用该虚拟环境
在该虚拟环境中输入:
jupyter notebook
在浏览器弹出的网页中点击下图中的change kernel,来更换jupyter使用的虚拟空间: