Jupyter Notebook 安装步骤
一 安装jupyter notebook
pip install jupyter notebook
二 生成配置文件
jupyter notebook --generate-config
三 生成密码
- 生成哈希密码
jupyter notebook password
- 打开密码文件,复制哈希密码,后面用
vim ~/.jupyter/jupyter_server_config.json
四 配置文件
- 打开文件
nano ~/.jupyter/jupyter_notebook_config.py
- 配置文件