From 892401f500dd2bb865e769ee856ad94631f0d2ad Mon Sep 17 00:00:00 2001 From: x-neon-nexus-o Date: Fri, 5 Dec 2025 22:39:17 +0530 Subject: [PATCH] Update notebook kernel specification to use venv (3.13.9) --- 1-Introduction/01-defining-data-science/solution/notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-Introduction/01-defining-data-science/solution/notebook.ipynb b/1-Introduction/01-defining-data-science/solution/notebook.ipynb index ded28104..d9ae17a4 100644 --- a/1-Introduction/01-defining-data-science/solution/notebook.ipynb +++ b/1-Introduction/01-defining-data-science/solution/notebook.ipynb @@ -590,7 +590,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "venv (3.13.9)", "language": "python", "name": "python3" },