Skip to content

Advent of Code 2022 puzzle solutions with Python + explanations & education

Notifications You must be signed in to change notification settings

Hamatti/adventofcode-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

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.

Blog post: Python prep for Advent of Code 2022

Results

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

Jupyter Notebook

  1. Activate virtualenv:
source venv/bin/activate
  1. Run Jupyter Notebook server
jupyter notebook
  1. Convert to HTML
jupyter nbconvert to=html [notebook]

Docs site notes

https://mikkelhartmann.dk/2019/05/14/static-website-from-jupyter-notebooks.html for instructions to use nbconvert and MkDocs.

About

Advent of Code 2022 puzzle solutions with Python + explanations & education

Topics

Resources

Stars

Watchers

Forks