Speed up experiments with Jupyter
Quick iterations are essential to test concepts, discard bad ideas and get focused on what may actually solve our problem. When I first started using Python, I used scripts for everything. Scripts are awesome to automate stuff and can be easily integrated into bigger ...