Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code-executors.ipynb #2394

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/tutorial/code-executors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
"nature of the code blocks in agents' conversation.\n",
"If each code block is a \"script\" that does not use variables from\n",
"previous code blocks, the command line code executor is a good choice.\n",
"If the some conde blocks contain expensive computation (e.g., training a\n",
"If the some code blocks contain expensive computation (e.g., training a\n",
"machine learning model and loading large amount of data), and you want to\n",
"keep the state in memory to avoid repeated computation,\n",
"the Jupyter code executor is a better choice."
Expand Down
Loading