Following on from #28 and #29 , this notebook is now missing its `pip install -r requirements.txt`, which causes it to fail with `No module named numpy`. Adding `pip install -r requirements.txt` back in fixes it.