conda 安装 jupyter notebook jypyter lab nb_conda

版权声明:原创禁止转载 https://blog.csdn.net/u013249853/article/details/84940558

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

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

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

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

猜你喜欢

转载自blog.csdn.net/u013249853/article/details/84940558