百度飞浆AI Studio 学习之路 - Notebook快捷键及使用技巧

命令模式快捷键

 

编辑模式快捷键

 

%lsmagic    # 显示全部可用的Magic命令

%%timeit    # 统计运行时长

%run          # 运行python代码

%env         # 设置环境变量

%%writefile and %pycat: 导出cell内容/显示外部脚本的内容

更多magic命令详见官方文档

 

posted @ 2021-07-15 13:54  Cong0ks  阅读(244)  评论(0编辑  收藏  举报