Added requirements.txt and helper scripts
I added a requirements.txt
, which I believe is complete, but I may try and run it on a system I haven't used Python on to double check.
I added two scripts which make setting up a virtual environment easy (along with installation of packages) and run-notebook.sh
calls that script and launches the notebook. Each script currently only uses sh
, so if bash syntax is needed in the future those can be changed to use bash
instead.
The README.md
should also be updated, but I decided to leave that up to you. An addition could be something like:
To run this, simply type `./run-notebook.sh`.