ubuntu install jupter
Reference: https://blog.csdn.net/u013431916/article/details/79743866
pip --version
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150
sudo pip3 install jupyter
jupyter notebook
http://localhost:8888/?token=23c45cec2ecf961a3446b9820d51db2d752167479bf989ca
Relevant skills for adding jupter operations:
Command to install jupyter under windows:
Recommended Posts