docs: resolve minor syntax error. (#22375)

Used the correct magic command. 
Changed from `% pip...` to `%pip`

Co-authored-by: Erick Friis <erick@langchain.dev>
pull/22436/head
Zheng Robert Jia 3 months ago committed by GitHub
parent 2d81a72884
commit 1ad1dc5303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -117,7 +117,7 @@
"metadata": {},
"outputs": [],
"source": [
"% pip install -U langchain-community langgraph langchain-anthropic tavily-python"
"%pip install -U langchain-community langgraph langchain-anthropic tavily-python"
]
},
{

Loading…
Cancel
Save