安装:
pip install jupyter
配置文件生成目录:
jupyter notebook--generate-config ,生成默认配置文件到C:\Users\Administrator\.jupyter\jupyter_notebook_config.py
运行:
打开cmd命令提示符窗口输入jupyter notebook 回车,然后浏览器就会打开Jupyter notebook。
标签:jupyter,配置文件,python,生成,notebook,config From: https://www.cnblogs.com/pass-ion/p/17348923.html