0
点赞
收藏
分享

微信扫一扫

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

yongxinz 2022-04-06 阅读 67


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

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

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

pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user

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

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

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

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

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

之后运行结果如下:

教你查看 jupyter notebook 每个单元格运行时间_原力计划_06



举报

相关推荐

0 条评论