Graphing Charts in Python
Shortcuts For Jupyter Notebooks
Since we’ll be dealing with Jupyter Notebooks extensively, getting faster navigating these workbooks will save you valuable time:
Run the current cell: CTRL + ENTER
Find and Replace Text: 1) ESC 2) F
Comment code: CTRL + /
See line numbers: SHIFT + L
Insert Cell Above: ESC + A
Insert Cell Below: ESC + B
-
Add a short summary or a list of helpful resources here.