/adventofcode-2023

Python solutions for Advent of Code 2023 puzzles using Jupyter Notebooks and writing blog-style explanations

Primary LanguageJupyter Notebook

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]