conda 安装 jupyter notebook jypyter lab nb_conda

首先,激活你的环境。听不懂的话,补个课: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

你可能感兴趣的:(jupyter,anaconda,linux,神经网络,人工智能,深度学习,ubuntu,linux,anaconda,不可或缺的python环境神器)