mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-07 18:27:52 +02:00
[Notebooks Pt 1/N] Fixup some Tool Calling + Import formatting + prebuilt usage (#388)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user