ubuntu install jupter
参照:[https://blog.csdn.net/u013431916/article/details/79743866](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
ジュプター操作を追加するための関連スキル:
Windowsの下にjupyterをインストールするコマンド:
Recommended Posts