本章教程,主要介绍如何在conda中安装nbextensions 插件教程。 一、创建并激活虚拟环境 # 创建虚拟环境 conda create -n jupyter_env python=3.9 -y # 激活环境 conda activate jupyter_env 二、安装依赖包 conda install