Auto Reload Classes and Modules

%load_ext autoreload
%autoreload 2

Will automatically reload functions and clasdses imported without you having to restart the kernel.

pyprogress And for Jupyter ipyprogress

These are nicely made GUIs for showing progress. Use them when possible.