Juptyer Keyboard Shortcuts
a creates a new cell above the current cell
b creates a cell below the current cell
dd deletes the current cell
esc move into command mode
return move into editor mode
m switches to Markdown
y switches to python
z undo the previous command
To execute code
control return will run the code and maintain you on the current cell
shift return will run the code and prompt you to a new following cell
numpy
python library for efficient numeric computing and array processing (pandas and matplotlib work on top of numpy)
matplotlib
visualization library in Python
Bokeh can create interactive plots (plotting library)