Skip to content

Hamatti/adventofcode-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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

Topics

Resources

Stars

Watchers

Forks