Skip to content

Commit

Permalink
2023 notebook page update
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed-dash committed Nov 24, 2023
1 parent 1e86108 commit 030142b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/2023/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ title: Advent of Code 2023

Welcome to [AoC 2023](https://adventofcode.com/2023){:target="_blank"}!

For this AoC event, I decided to do something a bit different. Up until now, I've been creating my AoC applications in [Visual Studio Code](/python/getting-started#development-environment--editor){:target="_blank"}, posting the code to my [Repo in GitHub](https://github.com/derailed-dash/Advent-of-Code){:target="_blank"}, and then documenting my solutions in this site. My approach to documenting has been to write my web pages using markdown, and then convert this markdown to a website using Jekyll, as described [here](https://medium.com/@derailed.dash/jekyll-container-image-a7785f9c5ed6){:target="_blank"}.

But wouldn't it be nice if I could write the code, write some pretty documentation, and capture the output, **all at the same time and and in the same place?**

Well of course you can! **The answer is [Jupyter Notebooks](/python/jupyter-notebooks){:target="_blank"}!!**
For this AoC event I've decided to use [Jupyter Notebooks](/python/jupyter-notebooks){:target="_blank"}!! That way I can write the code, write some pretty documentation, and capture the output, all at the same time and and in the same place.

You can check out my Advent of Code 2023 solution in these places:
- In [GitHub](https://github.com/derailed-dash/Advent-of-Code/blob/master/src/AoC_2023/Dazbo's_Advent_of_Code_2023.ipynb){:target="_blank"}
- By running my notebook in the cloud for free, using [Google Collaboratory](https://colab.research.google.com/github/derailed-dash/Advent-of-Code/blob/master/src/AoC_2023/Dazbo's_Advent_of_Code_2023.ipynb){:target="_blank"}.
- In [Jupyter Notebook in GitHub](https://github.com/derailed-dash/Advent-of-Code/blob/master/src/AoC_2023/Dazbo's_Advent_of_Code_2023.ipynb){:target="_blank"}
- By running my notebook in the cloud for free, using [Jupyter Notebook in Google Collaboratory](https://colab.research.google.com/github/derailed-dash/Advent-of-Code/blob/master/src/AoC_2023/Dazbo's_Advent_of_Code_2023.ipynb){:target="_blank"}.

The great thing about opening the notebook in Google Colab is that you don't have to install anything yourself! You can take my notebook, look at the code, and run it. If you like, you can make a copy, and then start working on your own AoC notebook!

![2023 Jupyter Notebook in Colab](/assets/images/2017-jn-in-colab.png)

0 comments on commit 030142b

Please sign in to comment.