Skip to content

Commit 030142b

Browse files
committed
2023 notebook page update
1 parent 1e86108 commit 030142b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/2023/index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ title: Advent of Code 2023
66

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

9-
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"}.
10-
11-
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?**
12-
13-
Well of course you can! **The answer is [Jupyter Notebooks](/python/jupyter-notebooks){:target="_blank"}!!**
9+
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.
1410

1511
You can check out my Advent of Code 2023 solution in these places:
16-
- In [GitHub](https://github.com/derailed-dash/Advent-of-Code/blob/master/src/AoC_2023/Dazbo's_Advent_of_Code_2023.ipynb){:target="_blank"}
17-
- 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"}.
12+
- 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"}
13+
- 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"}.
14+
15+
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!
1816

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

0 commit comments

Comments
 (0)