安装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

相关文章:

  • 2022-01-03
  • 2022-02-09
  • 2022-12-23
  • 2021-07-10
  • 2021-10-14
  • 2021-06-21
  • 2021-11-13
猜你喜欢
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2021-04-18
  • 2021-06-22
相关资源
相似解决方案