Advent of Code 2018 done as much as feasible in succinct Pandas code (or NumPy when Pandas doesn't make sense), with solutions in Jupyter Notebooks.
Browse the notebooks in the Solutions
directory, enjoying the goodness that is GitHub-rendered notebooks.
Dependencies are managed via Poetry. To get things going at home …
- Clone this repo
- Call
poetry install
from the root of the project - Kick off Jupyter Lab or Notebook using
poetry run jupyter lab
or (you guessed it!)poetry run jupyter notebook
- Browse to the notebooks in the
Solutions
directory