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.
Last year I picked up Rust to learn a new language and made a personal record of 15 stars.
This year I'm planning to use Python with Jupyter Notebook.
- Day 1: ⭐️⭐️
- Day 2: ⭐️⭐️
- Day 3: ⭐️⭐️
- Day 4: ⭐️⭐️
- Day 5: ⭐️⭐️
- Day 6: ⭐️⭐️
- Day 7: ⭐️⭐️
- Day 8: ⭐️⭐️ (new personal record at 16 stars!! 🎉)
- Day 9: ⭐️⭐️
- Day 10: ⭐️⭐️
- Day 11: ⭐️⭐️
- Day 12: ⭐️⭐️
- Day 13: ⭐️⭐️
- Day 14: ⭐️⭐️
- Day 15: ⭐️⭐️
- Day 16: ⭐️⭐️
- Day 17: ⭐️⭐️
- Day 18: ⭐️⭐️
- Day 19: (not done)
- Day 20: ⭐️⭐️
- Day 21: ⭐️⭐️
- Day 22: ⭐️⭐️
- Day 23: ⭐️⭐️
- Day 24: (not done)
- Day 25: ⭐️
- Activate virtualenv:
source venv/bin/activate
- Run Jupyter Notebook server
jupyter notebook
- Convert to HTML
jupyter nbconvert to=html [notebook]
https://mikkelhartmann.dk/2019/05/14/static-website-from-jupyter-notebooks.html for instructions to use nbconvert and MkDocs.