jupyter安装使用
1.使用 Anaconda 安装
conda install jupyter notebook
使用pip安装
pip3 install --upgrade pip
pip3 install jupyter
说明pip和pip3可以混用,但如果同时有python2和python3环境,那么pip3会明确使用python3
2.启动
jupyter notebook
3.使用
conda install jupyter notebook
使用pip安装
pip3 install --upgrade pip
pip3 install jupyter
说明pip和pip3可以混用,但如果同时有python2和python3环境,那么pip3会明确使用python3
jupyter notebook