ubuntu安裝spyder和jupyter notebook

ubuntu安裝spyder和jupyter notebook

安裝spyder

安裝spyderpython

sudo apt install spyder
sudo apt install spyder3

安裝jupyter notebook

安裝pip, pip3ubuntu

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

升級pip, pip3bash

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

經過pip安裝jupyter notebookcode

sudo -H pip install jupyter

安裝ipykernelip

sudo -H python2 -m pip install ipykernel
sudo -H python3 -m pip install ipykernel
相關文章
相關標籤/搜索