deepin 15.11 安装jupyterlab

Premise system has changed the image of domestic sources:
Here Insert Picture Description
sudo APT-GET Update
sudo APT-GET dist-upgrade


Referring to his own tutorial Favorites collection.
Because the front with a pip install jupyterlab there have been many versions to appear because it is Python2 problems, so I want to re-install with pip3.
Uninstall jupyterlab PIP
Here Insert Picture Description
sudo install python3 APT-GET-PIP
pip3 install jupyterlab
has timed out, instead
pip3 install jupyterlab -i http://mirrors.aliyun.com/pypi/simple
say is a web site not to be trusted
to switch
pip3 install jupyterlab -i https://pypi.mirrors.ustc.edu.cn/simple
still unsuccessful
switch to
pip3 install jupyterlab -i https://pypi.tuna.tsinghua.edu.cn/simple

View PATH
Here Insert Picture Description

View jupyter path
Here Insert Picture Description
to increase the value of the path and re-viewing path:
Here Insert Picture Description
Enter jupyter lab will be able to successfully start
Here Insert Picture Description
Note: Here we must note with pip3,
if a pip, then, in full accordance with the above tutorial, there are still many problems that may arise following, personally tried pit.
Here Insert Picture Description
Here Insert Picture Description

Published 23 original articles · won praise 0 · Views 643

Guess you like

Origin blog.csdn.net/csdnhuizhu/article/details/104979192