美文网首页
jupyter notebook 安装

jupyter notebook 安装

作者: 小白小白啦 | 来源:发表于2018-12-06 18:00 被阅读3次

    pip 安装

    pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions
    jupyter contrib nbextension install --user
    jupyter nbextensions_configurator enable --user

    插件

    • Collapsible headings 很多行代码收缩
    • Table of Contents 目录

    相关文章

      网友评论

          本文标题:jupyter notebook 安装

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