美文网首页Tools
Jupyter Notebook扩展插件

Jupyter Notebook扩展插件

作者: tongues | 来源:发表于2018-03-08 19:02 被阅读0次

原文:top 5:五大最实用的Jupyter Notebook扩展插件

安装Jupyter NbExtensions Configurator

conda install -c conda-forge jupyter_contrib_nbextensions
conda install -c conda-forge jupyter_nbextensions_configurator

然后打开jupyter notebook勾选相应插件即可:

  1. Collapsible headings
    放下/收起notebook的某些内容
  2. Notify
    Notify功能就能在任务处理完后及时向你发送通知
  3. Codefolding
    折叠代码
  4. tqdm_notebook
    显示进度条
  5. %debug
    调试代码,直接跳到错误的地方
  6. Table of Contents
    自动生成目录

相关文章

网友评论

    本文标题:Jupyter Notebook扩展插件

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