Code for the Annotated Hyena blog post:
https://medium.com/@jskowera/the-annotated-hyena-3e50e0aa372a
From the root directory of this repository, run:
# Create a virtual environment
virtualenv venv
# Activate the virtual environment
source venv/bin/activate
# Install the dependencies
pip install -r requirements.txt
Start the Jupyter notebook server by running from the root directory of this repository:
jupyter notebook
Then open the link pasted in the output of the command in a browser. It will be of the form http://localhost:8888/tree?token=...
. You may need to click past a warning about the website being insecure.