美文网首页
如何安装Jupyter notebook的拓展

如何安装Jupyter notebook的拓展

作者: 鱼大魔王 | 来源:发表于2020-04-08 15:32 被阅读0次

第一步:

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的拓展

      本文链接:https://www.haomeiwen.com/subject/xwutmhtx.html