Wiki Python Jupyter

Tips and tricks

Autoreload

%load_ext autoreload
%autoreload 2

Reference: http://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html

Install a package without stopping the kernel

(or run any shell command from within a notebook)

!pip install bokeh