/advent-of-code-2018

Solutions to Advent of Code 2018 problems

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Advent of Code 2018 for Data Science Pythonistas

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.

Usage

On GitHub

Browse the notebooks in the Solutions directory, enjoying the goodness that is GitHub-rendered notebooks.

Locally

Dependencies are managed via Poetry. To get things going at home …

  1. Clone this repo
  2. Call poetry install from the root of the project
  3. Kick off Jupyter Lab or Notebook using poetry run jupyter lab or (you guessed it!) poetry run jupyter notebook
  4. Browse to the notebooks in the Solutions directory