码迷,mamicode.com
首页 > 编程语言 > 详细

python memo

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

标签:第一个   file   class   rom   jupyter   cond   css   bsp   java   

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

标签:第一个   file   class   rom   jupyter   cond   css   bsp   java   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!