菜鸟笔记
提升您的技术认知

IPython notebook(Jupyter notebook)指定IP和端口运行

jupyter notebook --no-browser --port 6000 --ip=192.168.1.103

生成jupyter_notebook_config.py方法

jupyter notebook--generate-config

默认生成在当前用户下 .jupyter\jupyter_notebook_config.py