Skip to content

Commit

Permalink
📲 add comment for working directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
Leolty committed Dec 29, 2023
1 parent 5469ea8 commit 4c78c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/pyagent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4c78c08

Please sign in to comment.