Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.55 KB

readme.md

File metadata and controls

61 lines (44 loc) · 1.55 KB

Advent of Code 2023

Santa and the elves need our help again. Advent of Code is a Christmas advent calendar of daily puzzles that can be solved by writing code.

(PS. If you're a Python developer in Finland, check out our new community archipylago in Turku, we're starting events in January of 2024.)

Results

If you're on mobile, you can find these in HTML form at hamatti.org/adventofcode/2023

Jupyter Notebook

  1. Activate virtualenv:
source venv/bin/activate

(1.5 Install Jupyter Notebook

pip install notebook

)

  1. Run Jupyter Notebook server
jupyter notebook
  1. Convert to HTML
jupyter nbconvert to=html [notebook]