jupyter配置
加油加油~~~
这个作者很懒,什么都没留下…
展开
-
jupyter安装扩展插件
cmd下执行: 安装nbextensions 执行pip install jupyter_contrib_nbextensions; 安装javascript and css files 执行jupyter contrib nbextension install --user; 安装configurator 执行pip install jupyter_nbextensions_configurator 重启 Jupyter Notebook, 便可以看到nbextensi原创 2020-08-14 16:01:35 · 1473 阅读 · 0 评论 -
jupyter的代码规范插件的安装
step1、安装Nbextensions插件step2:安装yapf模块pip install yapf,后选中code prettifystep3:测试点击之前:点击之后:原创 2019-12-24 17:13:14 · 410 阅读 · 0 评论 -
jupyter notebook无法跳转网页的解决
step1:生成配置文件如图,在cmd下输入jupyter notebook --generate-configstep2:在以下目录下找到jupyter_notebook_config.py文件step3:查看所用浏览器的位置这里以谷歌浏览器为例:chrome://version/step4:修改jupyter_notebook_config.py文件imp...原创 2019-12-24 16:44:44 · 3684 阅读 · 2 评论