# 1 依次执行下面的命令 pip install jupyter python -m pip install jupyter_contrib_nbextensions jupyter contrib nbextension install --user --skip-running-check2 上述安装没问题的话,在主环境启动jupyter notebook,并在显示的页面上可以看到对应的拓展配置选项卡 如果你勾选了autopep8,自动规范代码功能,需要安装依赖包:
pip install autopep8



