Jupyter (or IPython) Notebooks
Tips and tricks
Autoreload …
%load_ext autoreload
%autoreload 2
Reference: IPython autoreload documentation
Install a package without stopping the kernel …
(or run any shell command from within a notebook)
!pip install bokeh