[Notebooks Pt 1/N] Fixup some Tool Calling + Import formatting + prebuilt usage (#388)

This commit is contained in:
William FH
2024-05-03 15:48:10 -07:00
committed by GitHub
parent a307fc9fc4
commit b7ec64df8d
27 changed files with 306 additions and 299 deletions
+6 -3
View File
@@ -326,7 +326,8 @@
},
"outputs": [],
"source": [
"#!pip install pygraphviz"
"#%%capture --no-stderr\n",
"%pip install install pygraphviz"
]
},
{
@@ -380,8 +381,10 @@
},
"outputs": [],
"source": [
"# !pip install pyppeteer\n",
"# !pip install nest_asyncio"
"# %%capture --no-stderr\n",
"%pip install install pyppeteer\n",
"# %%capture --no-stderr\n",
"%pip install install nest_asyncio"
]
},
{