Getting Started¶
Jupyter Notebook Keyboard Shortcuts¶
- Shift-Enter: run cell, select below
- Ctrl-Enter: : run selected cells
- Alt-Enter: run cell and insert below
- Tab: code completion or indent
- Shift-Tab: tooltip
- Matplotlib plotting: %matplotlib inline
References¶
- Matthes, Eric (2022). Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming. No Starch Press. ISBN: 978-1593279288. (Publisher website)
Last update:
2023-05-10