Skip to content

Commit

Permalink
Refactor packages and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed-dash committed Dec 29, 2024
1 parent 560a513 commit 7a74d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AoC_2024/Dazbo's_Advent_of_Code_2024.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Install Packages\n",
"### Install Packages\n",
"\n",
"Here we use `pip` or `conda` to install the packages used by my solutions in this event. After installing the packages, you may need to restart your Jupyter kernel in order for the packages to be detected and remove any linting errors.\n",
"\n",
Expand Down Expand Up @@ -126,7 +126,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Install External Dependencies\n",
"### Install External Dependencies\n",
"\n",
"Install required OS packages. These cannot be installed with pip. BUT they _can_ be installed with Conda. So we only need to install using a shell command if we're not using Conda.\n",
"\n",
Expand Down Expand Up @@ -241,7 +241,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## 3rd Party Imports"
"### 3rd Party Imports"
]
},
{
Expand Down

0 comments on commit 7a74d9e

Please sign in to comment.