Mac 安装Jupyter Notebook
2020-05-17 本文已影响0人
cydida
pip install --upgrade pip
pip install jupyter
python -m IPython notebook
open ~/.bash_profile
source ~/.bash_profile
pip install --upgrade pip
pip install jupyter
python -m IPython notebook
open ~/.bash_profile
source ~/.bash_profile