安装Jupyter Notebook
pip install jupyter==1.0.0 notebook==6.4.8 traitlets==5.9.0 --no-cache-dir
安装配置插件
安装插件
pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions
配置插件
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user
勾选相应功能

扩展功能说明
Codefolding:代码折叠
Table of Contents (2):左侧目录
Collapsible Headings:标题折叠
Hinterland:代码补全
卸载插件
pip uninstall jupyter_contrib_nbextensions
pip uninstall jupyter_nbextensions_configurator
本文介绍了如何在JupyterNotebook中安装和配置插件,包括使用pip安装nbextensions和configurator,启用Codefolding、TableofContents(2)和CollapsibleHeadings等扩展功能,以及如何卸载这些插件。
2761

被折叠的 条评论
为什么被折叠?



