您的位置:首页 > 其它

Jupyter notebook 配置

2017-08-23 16:14 363 查看

Jupyter notebook 配置

参考:

http://www.cnblogs.com/zlslch/p/6984403.html

CMD下运行: jupyter notebook –generate-config

会在 C:\Users\limingchao.jupyter 的目录下一个配置文件

在里面将端口设置为了8800

参考:

https://jingyan.baidu.com/article/e4511cf30a668b2b855eaf7c.html

再将默认浏览器设置成UC浏览器

再运行就可以使用了

配置工作路径

c.NotebookApp.notebook_dir = ‘G:\JupyterCode’
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: