diff options
-rw-r--r-- | notebooks/dictionaries.ipynb | 2 | ||||
-rw-r--r-- | notebooks/p41-mj17.ipynb | 17 | ||||
-rw-r--r-- | notebooks/task-26-01.ipynb | 17 |
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, |