From 4c78c0895e24da2189b3e8d33b469e530be352b1 Mon Sep 17 00:00:00 2001 From: Leolty Date: Fri, 29 Dec 2023 01:39:17 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B2=20add=20comment=20for=20working=20?= =?UTF-8?q?directory=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/pyagent.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pyagent.ipynb b/examples/pyagent.ipynb index c980721..00ad296 100644 --- a/examples/pyagent.ipynb +++ b/examples/pyagent.ipynb @@ -18,6 +18,8 @@ ], "source": [ "import os\n", + "\n", + "# Change working directory to the root of the project\n", "os.chdir(\"..\")\n", "\n", "table = \"\"\"\n",