首页 > 编程语言 > 详细

python memo

时间:2019-06-07 19:03:47      阅读:122      评论:0      收藏:0      [点我收藏+]

jupyter note book

 

自动提示

 1 #安装
 2 打开Anaconda Prompt窗口,执行第一个命令,用于安装nbextensions:
 3 pip install jupyter_contrib_nbextensions
 4 再执行第二个命令,用于安装 javascript and css files
 5 jupyter contrib nbextension install --user
 6 最后执行,用于安装configurator
 7 pip install jupyter_nbextensions_configurator
 8 
 9 #卸载
10 pip uninstall jupyter_contrib_nbextensions
11 pip uninstall jupyter_nbextensions_configurator

 

python memo

原文:https://www.cnblogs.com/kingboy100/p/10988725.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!