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",