原文: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勾选相应插件即可:
-
Collapsible headings
放下/收起notebook的某些内容 -
Notify
Notify功能就能在任务处理完后及时向你发送通知 -
Codefolding
折叠代码 -
tqdm_notebook
显示进度条 -
%debug
调试代码,直接跳到错误的地方 -
Table of Contents
自动生成目录