conda 安装 jupyter notebook jypyter lab nb_conda

我就是我 2022-04-08 10:30 424阅读 0赞

首先,激活你的环境。听不懂的话,补个课:https://blog.csdn.net/u013249853/article/details/84648917

https://blog.csdn.net/Mrxxyz/article/details/84866504

这个说还需要内核,不一定吧。我先试试。

  1. conda install jupyter notebook
  2. conda install nb_conda
  3. conda install -c conda-forge jupyterlab
  4. #如果你以前有5.3的jupyter notenook 内核,那么你还需要下一句to enable the JupyterLab server extension:
  5. jupyter serverextension enable --py jupyterlab --sys-prefix

发表评论

表情:
评论列表 (有 0 条评论,424人围观)

还没有评论,来说两句吧...

相关阅读