喜欢VS代码在这里输入图像描述
发布于 2022-08-18 03:54:09
它适用于我:
pip install ipython-autotime
一旦加载了它,在此之后运行的任何单元格都会给出单元格的执行时间:
%load_ext autotime
https://stackoverflow.com/questions/72110566
相似问题