赞
踩
在jupyter notebook里先要显示如上图所示的目录需要安装目录插件,具体安装方式如下(在anaconda prompt里运行如下代码):
第一步:更新pip
python -m pip install --upgrade pip
第二步:更新Jupyter
pip install --upgrade jupyter
第三步:安装 jupyter_contrib_nbextensions
pip install jupyter_contrib_nbextensions
第四步:配置 nbextension
jupyter contrib nbextension install --user
第五步:启动jupyter notebook
选择 Nbextensions
勾选 Table of Contents
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。