常用快捷键

For a Cell,   Blue -> selecting. Green -> editing. Esc -> exist edit

When the cell is blue, no need to press Esc

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

markdown中换行,加<br>

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

最新文章

  1. GJM :Unity集成Leap Motion
  2. 消息服务MNS和消息队列ONS产品对比
  3. MVC4做网站后台:用户管理 ——用户组
  4. 跟我学Windows Azure 三 使用vs2013创建windows azure web site
  5. 第一次将内容添加到azure event hubs
  6. 【代码笔记】iOS-给背景图赋值颜色
  7. fontAwesome代替网页icon小图标
  8. 将java项目打包成jar文件并在cmd运行
  9. html 浮动元素
  10. 怎样从ext3升级到ext4?
  11. 数字滚动特效 NumScroll
  12. LeetCode算法题-Isomorphic Strings(Java实现)
  13. 配置阿里云docker镜像地址
  14. STS(eclipse)3.7.3新建项目报错:org.apache.maven.archiver.MavenArchiver.getManifest(org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration)
  15. 应使用sqlplus代替tnsping进行oracle连通性测试
  16. 第五周可执行代码 以及 Canvas 制作个人PSP分类饼图
  17. open-falcon之HBS
  18. 算法抽象及用Python实现具体算法
  19. [LeetCode] 415. Add Strings_Easy tag: String
  20. 【翻译】std::list::remove - C++ Reference

热门文章

  1. 2017 JUST Programming Contest 3.0 B. Linear Algebra Test
  2. 题解报告:poj 3320 Jessica&#39;s Reading Problem(尺取法)
  3. 通过API文档查询Math类的方法,打印出近似圆,只要给定不同半径,圆的大小就会随之发生改变
  4. DB2:在缓冲池 &quot;1&quot; 中当前没有任何页面可用。. SQLCODE=-1218, SQLSTATE=57011, DRIVER=3.61.75
  5. GC_CONCURRENT freed 循环不停打印日志
  6. sdut1283Five in a Row, Again
  7. SpringBoot_自定义配置属性
  8. nginx for windows 安装
  9. EasyUI edatagrid插件使用小计
  10. Asp.Net 设计模式 之 “简单工厂”模式