summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-03-11 15:27:07 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-03-11 15:27:07 +0200
commit9f423243a80c2f2ddd2f82cce7fcfe5618d112ec (patch)
treede2a803f5b962d2e7560d7f04cd308e028c0c6a3
parent0e6d874c4abb734a915f719f0a507724c7a754fa (diff)
downloadcs-y13-9f423243a80c2f2ddd2f82cce7fcfe5618d112ec.tar.gz
cs-y13-9f423243a80c2f2ddd2f82cce7fcfe5618d112ec.tar.bz2
cs-y13-9f423243a80c2f2ddd2f82cce7fcfe5618d112ec.zip
chore: update some ipynbs
-rw-r--r--notebooks/dictionaries.ipynb2
-rw-r--r--notebooks/p41-mj17.ipynb17
-rw-r--r--notebooks/task-26-01.ipynb17
3 files changed, 29 insertions, 7 deletions
diff --git a/notebooks/dictionaries.ipynb b/notebooks/dictionaries.ipynb
index aa68193..b70bf65 100644
--- a/notebooks/dictionaries.ipynb
+++ b/notebooks/dictionaries.ipynb
@@ -49,7 +49,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.12.7"
+ "version": "3.12.8"
}
},
"nbformat": 4,
diff --git a/notebooks/p41-mj17.ipynb b/notebooks/p41-mj17.ipynb
index 0a42467..4322d61 100644
--- a/notebooks/p41-mj17.ipynb
+++ b/notebooks/p41-mj17.ipynb
@@ -12,7 +12,18 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
- "outputs": [],
+ "outputs": [
+ {
+ "ename": "",
+ "evalue": "",
+ "output_type": "error",
+ "traceback": [
+ "\u001b[1;31mRunning cells with 'venv (Python 3.11.8)' requires the ipykernel package.\n",
+ "\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
+ "\u001b[1;31mCommand: '/home/stvnliu/Development/Learn/cs-y13/.devenv/state/venv/bin/python -m pip install ipykernel -U --force-reinstall'"
+ ]
+ }
+ ],
"source": [
"# Q4b\n",
"class Node:\n",
@@ -101,7 +112,7 @@
],
"metadata": {
"kernelspec": {
- "display_name": ".venv",
+ "display_name": "venv",
"language": "python",
"name": "python3"
},
@@ -115,7 +126,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.12.7"
+ "version": "3.11.8"
}
},
"nbformat": 4,
diff --git a/notebooks/task-26-01.ipynb b/notebooks/task-26-01.ipynb
index 2c847a8..24ce7bc 100644
--- a/notebooks/task-26-01.ipynb
+++ b/notebooks/task-26-01.ipynb
@@ -11,7 +11,18 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
- "outputs": [],
+ "outputs": [
+ {
+ "ename": "",
+ "evalue": "",
+ "output_type": "error",
+ "traceback": [
+ "\u001b[1;31mRunning cells with 'venv (Python 3.11.8)' requires the ipykernel package.\n",
+ "\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
+ "\u001b[1;31mCommand: '/home/stvnliu/Development/Learn/cs-y13/.devenv/state/venv/bin/python -m pip install ipykernel -U --force-reinstall'"
+ ]
+ }
+ ],
"source": [
"import datetime\n",
"import pickle\n",
@@ -40,7 +51,7 @@
],
"metadata": {
"kernelspec": {
- "display_name": ".venv",
+ "display_name": "venv",
"language": "python",
"name": "python3"
},
@@ -54,7 +65,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.12.7"
+ "version": "3.11.8"
}
},
"nbformat": 4,