美文网首页
jupyter notebook 配置

jupyter notebook 配置

作者: 斑驳岁月再难觅 | 来源:发表于2020-03-01 21:25 被阅读0次

    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文件及图标位置需要自行修改!

    相关文章

      网友评论

          本文标题:jupyter notebook 配置

          本文链接:https://www.haomeiwen.com/subject/ctvmchtx.html