(This movie/talk/repo was made for PyGotham TV 2020. The abstract can be found here and the movie can be found here.)
The requirements.txt lists the packages that would need to be installed to run the notebook. The steps would be to first clone the repo and pip install the requirements. So, from the command line:
1. git clone https://github.com/nityamd/MonteCarloMurderMystery-PyGothamTV2020
2. cd MonteCarloMurderMystery-PyGothamTV2020
3. pip3 install -r requirements.txt
The folder TheWatsonNotes contains the data.
There main notebook that take us through the murder mystery and its resolution, HolmesNarrates.ipynb.
TBD