The notebook can be viewed most easily here: https://nbviewer.jupyter.org/github/destrys/address_manipulation/blob/main/address.ipynb
If you'd like to run it yourself, simply follow the commands below.
- python 3.8+
- poetry
This should open a browser to the jupyter notebook.
git clone [email protected]:destrys/address_manipulation.git
cd address_manipulation
poetry shell
poetry install
jupter notebook address.ipynb