Skip to content

drmrd/advent-of-code-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published