Jupyter Notebook扩展插件

原文: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扩展插件)