From 7b6d794112a0f5feca211df920093e29587a0332 Mon Sep 17 00:00:00 2001 From: MattGrossi-NOAA <122909244+MattGrossi-NOAA@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:06:33 -0500 Subject: [PATCH 1/2] Change kernel --- .../Chapter 1 - Data Preprocessing.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/Chapter1-DataPreprocessing/Chapter 1 - Data Preprocessing.ipynb b/notebooks/Chapter1-DataPreprocessing/Chapter 1 - Data Preprocessing.ipynb index 1c098f5..b163357 100644 --- a/notebooks/Chapter1-DataPreprocessing/Chapter 1 - Data Preprocessing.ipynb +++ b/notebooks/Chapter1-DataPreprocessing/Chapter 1 - Data Preprocessing.ipynb @@ -367,9 +367,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "scaleageing-kernel", "language": "python", - "name": "python3" + "name": "scaleageing-kernel" }, "language_info": { "codemirror_mode": { @@ -381,7 +381,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.3" + "version": "3.9.21" } }, "nbformat": 4, From ea7bbdce97d188453f4d972ce916688567edae49 Mon Sep 17 00:00:00 2001 From: MattGrossi-NOAA <122909244+MattGrossi-NOAA@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:07:02 -0500 Subject: [PATCH 2/2] Add ipykernel --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 55d78ac..645b6a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ opencv-python matplotlib pandas jupyter +ipykernel tqdm pycocotools onnxruntime