美文网首页
jupyter notebook 基础配置

jupyter notebook 基础配置

作者: 龙小江i | 来源:发表于2018-09-18 14:19 被阅读0次

    添加目录索引

    pip install jupyter_contrib_nbextensions
    jupyter contrib nbextension install --user --skip-running-check
    

    打开 jupyter notebook 勾选: Tabs of Contents(2)

    生成配置文件

    jupyter notebook --generate-config
    

    注:

    1. 需改某项请直接删除其前面的注释。
    2. 文件路径用两个反斜杠或者一个斜杠来划分。

    修改默认目录

    ## The directory to use for notebooks and kernels.
    c.NotebookApp.notebook_dir = '在这里填入目录地址'
    

    修改快捷方式属性目标,删除最后面对 %USERPROFILE%

    相关文章

      网友评论

          本文标题:jupyter notebook 基础配置

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