随笔分类 -  python

摘要:1.在Anaconda命令提示窗口输入 jupyter notebook --generate-config 2.找到生成的jupyter_notebook_config.py 3.复制chrome地址,如下图: 4.在打开的jupter_notebook_config.py文件中找到#c.Note 阅读全文
posted @ 2020-08-10 13:22 jamesjohnson 阅读(2170) 评论(0) 推荐(0)
摘要:1.打开Anaconda命令行 2.在命令行中输入 pip install jupyter_contrib_nbextensions -i https://pypi.mirrors.ustc.edu.cn/simple jupyter contrib nbextension install --us 阅读全文
posted @ 2020-08-10 12:19 jamesjohnson 阅读(996) 评论(0) 推荐(0)