%run
%run myscript/hello.py
hello("imooc")
%timeit ...
#测试一条语句
%%timeit
代码
#测试多条语句
%time
#该次时间
%run?
#获取帮助
%run myscript/hello.py
hello("imooc")
%timeit ...
#测试一条语句
%%timeit
代码
#测试多条语句
%time
#该次时间
%run?
#获取帮助
本文标题:3-2 Jupyter Notebook高级-魔法命令
本文链接:https://www.haomeiwen.com/subject/pamkmftx.html
网友评论