如何安装Jupyter notebook的拓展

第一步:

cmd键入:

pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user

第二步:

启动jupyter notebook,并打开网页:
http://localhost:8888/nbextensions?nbextension=toc2/main

配置

重启jupyter notebook
运行一个Cell后会看到运行时间:


运行时间

你可能感兴趣的:(如何安装Jupyter notebook的拓展)