命令模式快捷键
编辑模式快捷键
%%timeit # 统计运行时长
%run # 运行python代码
%env # 设置环境变量
%%writefile and %pycat: 导出cell内容/显示外部脚本的内容
更多magic命令详见官方文档