ubuntu安装spyder和jupyter notebook

前端之家收集整理的这篇文章主要介绍了ubuntu安装spyder和jupyter notebook前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

ubuntu安装spyder和jupyter notebook

安装spyder

安装spyder

sudo apt install spyder
sudo apt install spyder3

安装jupyter notebook

安装pip,pip3

sudo apt install python-pip
sudo apt install python3-pip

升级pip,pip3

sudo pip install --upgrade pip
sudo pip3 install --upgrade pip

通过pip安装jupyter notebook

sudo -H pip install jupyter

安装ipykernel

sudo -H python2 -m pip install ipykernel
sudo -H python3 -m pip install ipykernel
原文链接:https://www.f2er.com/ubuntu/350017.html

猜你在找的Ubuntu相关文章