python 在Jupyter笔记本中测量时间

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 在Jupyter笔记本中测量时间相关的知识,希望对你有一定的参考价值。

#measure time of line
%time print('a')
 
#measure time of complete cell
%%time
print('a')
print('b')

以上是关于python 在Jupyter笔记本中测量时间的主要内容,如果未能解决你的问题,请参考以下文章

将USB串行设备桥接到Cloud Jupyter笔记本电脑

将python文件导入jupyter笔记本

如何在 Jupyter 笔记本中运行 Python asyncio 代码?

如何在 python 循环中更新 matpplotlib 库图,该图位于 Jupyter 笔记本中的同一位置?

如何在jupyter笔记本中将python字符串显示为HTML

python 在Jupyter笔记本中渲染iframe