Upgrade Quarto and use notebook metadata for frontmatter (#1836)

* Update process_notebook to use metadata instead of a yaml comment

* upgrade quarto and version check in tool

* formatting

* address comments
This commit is contained in:
Jack Gerrits
2024-03-02 09:27:11 -05:00
committed by GitHub
parent 97923eeed8
commit d60464374d
18 changed files with 207 additions and 243 deletions

View File

@@ -8,12 +8,6 @@
}
},
"source": [
"<!--\n",
"tags: [\"code generation\", \"debugging\"]\n",
"description: |\n",
" Use conversable language learning model agents to solve tasks and provide automatic feedback through a comprehensive example of writing, executing, and debugging Python code to compare stock price changes.\n",
"-->\n",
"\n",
"# Task Solving with Code Generation, Execution and Debugging\n",
"\n",
"AutoGen offers conversable LLM agents, which can be used to solve various tasks with human or automatic feedback, including tasks that require using tools via code.\n",
@@ -1098,6 +1092,13 @@
}
],
"metadata": {
"front_matter": {
"tags": [
"code generation",
"debugging"
],
"description": "Use conversable language learning model agents to solve tasks and provide automatic feedback through a comprehensive example of writing, executing, and debugging Python code to compare stock price changes."
},
"kernelspec": {
"display_name": "Python 3",
"language": "python",