docs: resolve minor syntax error. (#22375)

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

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Zheng Robert Jia 2024-06-03 09:34:24 -05:00 committed by GitHub
parent 2d81a72884
commit 1ad1dc5303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
]
},
{