diff options
Diffstat (limited to 'notebooks/task-26-01.ipynb')
-rw-r--r-- | notebooks/task-26-01.ipynb | 17 |
1 files changed, 14 insertions, 3 deletions
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, |