IPython

pip install jupyter

jupyter-notebook

.ipynb

Notepad++打开

jupyter notebook --generate-config

jupyter_notebook_config.py

c.NotebookApp.notebook_dir = 'G:KB_Code'

原文地址:https://www.cnblogs.com/albertzz1987/p/7341853.html