当前位置:   article > 正文

Jupyter一些设置_jupyter chesterish的hex是多少?

jupyter chesterish的hex是多少?

1、改路径


jupyter notebook --generate-config 查看默认目录
#c.NotebookApp.notebook_dir = ‘’’

2、 安装Pip


  1. 下载Pip (baidu)
  1. 在CMD中打开文件目录 然后python setup.py install 安装

3、安装主题


用Anaconda Prompt
pip install jupyterthemes
upgrade to latest version
pip install --upgrade jupyterthemes

主题选择

查看主题
jt -l
更换主题和字体 打开工具栏
jt -f inconsolata -t grade3 -T -N
例如:
jt -t chesterish -f roboto -tfs 10 -nfs 13 -T -N -m 200 -cursc g -cursw 5
恢复默认
jt -r

4、Jupyter安装各种plugins的扩展,可以为Jupyter Notebook提供目录


conda install -c conda-forge jupyter_contrib_nbextensions
code prittify 需要 pip install yapf

5、更新pip


easy_install.exe pip==9.0.3

6、修改浏览器

  • .jupyter\jupyter_notebook_config.py 中增加
import webbrowser
webbrowser.register("chrome", None, webbrowser.GenericBrowser(
    u"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"))
c.NotebookApp.browser = "chrome"
  • 1
  • 2
  • 3
  • 4
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/908533
推荐阅读
相关标签
  

闽ICP备14008679号