教你查看 jupyter notebook 每个单元格运行时间

Posted 叶庭云

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了教你查看 jupyter notebook 每个单元格运行时间相关的知识,希望对你有一定的参考价值。

打开jupyter notebook, 进入页面,是这样的:

命令行里输入如下命令,安装第三方扩展库:

pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user

安装好了Nbextensions,点击进入设置。

之后运行结果如下:

以上是关于教你查看 jupyter notebook 每个单元格运行时间的主要内容,如果未能解决你的问题,请参考以下文章

手把手教你Jupyter Notebook切换Python虚拟环境

手把手教你搭建远程Jupyter Notebook

Python:jupyter notebook打开函数参数提示快捷键

查看jupyter notebook保存文件路径

修改jupyter notebook默认目录

github 总是打不开jupyter notebook文件(.ipynb)怎么办?--[解决办法]