首页 > 其他 > 详细

Jupyter notebook使用笔记

时间:2018-02-21 17:24:28      阅读:224      评论:0      收藏:0      [点我收藏+]

常用快捷键

Run

  • shift + enter: run current cell, and goes to next cell
  • ctrl + enter: run current cell
  • alt + enter: run current cell, and insert new cell below

Markdown(Esc+?)

  • m: turns to markdown
  • r: turns to raw
  • 1~6: title size

Operation(Esc+?)

  • d+d: delete current cell
  • x: cut
  • c: copy
  • shit+space: scroll up
  • space: scroll down
  • a: insert cell above
  • b: insert cell below
  • i+i: break down
  • o,o: restart

 

Jupyter notebook使用笔记

原文:https://www.cnblogs.com/zzzzy/p/8456904.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!