赞
踩
jupyter notebook --generate-config
查看默认目录
#c.NotebookApp.notebook_dir = ‘’’
- 下载Pip (baidu)
python setup.py install
安装用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
conda install -c conda-forge jupyter_contrib_nbextensions
code prittify 需要pip install yapf
easy_install.exe pip==9.0.3
import webbrowser
webbrowser.register("chrome", None, webbrowser.GenericBrowser(
u"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"))
c.NotebookApp.browser = "chrome"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。