美文网首页
2-jupyter notebook使用技巧

2-jupyter notebook使用技巧

作者: ReinVentin | 来源:发表于2020-05-24 15:23 被阅读0次

常用快捷键

1.向上插入一个cell:a
2.向下插入一个cell:b
3.删除cell:x
4.将code切换成markdown:m
5.将markdown切换成code:y
6.运行cell:shift+enter
7.查看帮助文档:shift+tab
8.自动提示:tab

魔法命令

其他

修改jupyter notebook生成文件的路径:https://blog.csdn.net/yunfenglw/article/details/104482350

相关文章

网友评论

      本文标题:2-jupyter notebook使用技巧

      本文链接:https://www.haomeiwen.com/subject/qgslahtx.html