前提系统已经换了国内镜像源:

sudo apt-get update
sudo apt-get dist-upgrade
参照了自己收藏夹中收藏的教程。
因为前面用了pip install jupyterlab 出现了很多由于是Python2 版本才会出现的问题,所以想要用pip3 重新安装。
pip uninstall jupyterlab

sudo apt-get install python3-pip
pip3 install jupyterlab
一直超时,改用
pip3 install jupyterlab -i http://mirrors.aliyun.com/pypi/simple
说是一个不被信任的网址
改用
pip3 install jupyterlab -i https://pypi.mirrors.ustc.edu.cn/simple
仍然不成功
改用
pip3 install jupyterlab -i https://pypi.tuna.tsinghua.edu.cn/simple
查看PATH

查看jupyter路径
在deepin 15.11中安装jupyterlab的实战经验

本文档记录了在deepin 15.11操作系统上安装jupyterlab的过程,包括更换国内镜像源、解决Python2版本问题、处理pip安装超时及信任问题。最终通过修改pip源和调整PATH环境变量成功启动jupyter lab。
最低0.47元/天 解锁文章
2282

被折叠的 条评论
为什么被折叠?



