From 030142b7a187b06ec1ccc0261a8c8f0e1092e507 Mon Sep 17 00:00:00 2001 From: derailed-dash Date: Fri, 24 Nov 2023 11:56:19 +0000 Subject: [PATCH] 2023 notebook page update --- docs/2023/index.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/2023/index.md b/docs/2023/index.md index 67c273c2..1d3c1827 100644 --- a/docs/2023/index.md +++ b/docs/2023/index.md @@ -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)