jupyter notebook 配置
jt -t chesterish -T -kl -nfs 9 -tfs 11 -f roboto
注册表Regedit实现目录下右键直接打开jupyter
打开注册表 / Win+R regedit
进入目录:计算机\HKEY_CLASSES_ROOT\Directory\Background\shell
新建项jupyter,新建两个字符串值,分别修改为
显示文字:Jupyter Here
图标 icon:“D:\Program Files\Python35\Lib\site-packages\notebook\static\favicon.ico”
在上述项jupyter下新建项:command
新建字符串值,修改为:“D:\Program Files\Python35\Scripts\jupyter-notebook.exe” --notebook-dir="%V"
相应.exe文件及图标位置需要自行修改!
网友评论