在ubuntu中使用jupyter

  1. 配置jupyter要用的虚拟环境

conda activate "虚拟环境名称"
conda install nb_conda
  1. 使用该虚拟环境

在该虚拟环境中输入:

jupyter notebook
  1. 在浏览器弹出的网页中点击下图中的change kernel,来更换jupyter使用的虚拟空间:

在ubuntu中使用jupyter_第1张图片

你可能感兴趣的:(ubuntu,jupyter,python)