安装
前提
- Python 3.3+, or Python 2.7
- 推荐Anaconda安装
使用Anaconda
- 默认jupyter已安装
- 若无,搜索jupyter进行安装
使用pip3
pip3 install –upgrade pip
pip3 install jupyter
启动
jupyter notebook
命令
打开指定notebook
jupyter notebook notebook.ipynb指定端口
jupyter notebook –port 9999启动不用浏览器打开
jupyter notebook –no-browser帮助
jupyter notebook –help