From 1ad1dc5303e060f5ffa47fee52e67cdde0cc659d Mon Sep 17 00:00:00 2001 From: Zheng Robert Jia Date: Mon, 3 Jun 2024 09:34:24 -0500 Subject: [PATCH] docs: resolve minor syntax error. (#22375) Used the correct magic command. Changed from `% pip...` to `%pip` Co-authored-by: Erick Friis --- docs/docs/tutorials/agents.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/agents.ipynb b/docs/docs/tutorials/agents.ipynb index 5943e07b265..76d77d7cb1b 100644 --- a/docs/docs/tutorials/agents.ipynb +++ b/docs/docs/tutorials/agents.ipynb @@ -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" ] }, {