====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gibson:teaching:fall-2016:math753:notebook-workflow [2016/09/02 06:21] gibson [Summary of notebook keyboard shortcuts] |
gibson:teaching:fall-2016:math753:notebook-workflow [2016/09/02 06:24] (current) gibson [Summary of notebook keyboard shortcuts] |
||
---|---|---|---|
Line 55: | Line 55: | ||
^ Shortcut ^ Action ^ | ^ Shortcut ^ Action ^ | ||
| Shift-Enter | run cell | | | Shift-Enter | run cell | | ||
- | | Ctrl-Enter | run cell in-place | | + | | Ctrl-Enter | run cell in-place | |
- | | Alt-Enter | run cell, insert below | | + | | Alt-Enter | run cell, insert below | |
| Ctrl-m x | cut cell | | | Ctrl-m x | cut cell | | ||
| Ctrl-m c | copy cell | | | Ctrl-m c | copy cell | | ||
Line 81: | Line 81: | ||
| Ctrl-m h | show keyboard shortcuts | | | Ctrl-m h | show keyboard shortcuts | | ||
+ | For more about controlling your Julia notebook, see the [[https://ipython.org/ipython-doc/1/interactive/notebook.html | iPython notebook documentation]], from where this summary of shortcuts was copied. |