diff --git a/01-tutorials/01-fundamentals/01-first-agent/01-first-agent.ipynb b/01-tutorials/01-fundamentals/01-first-agent/01-first-agent.ipynb index 3208ca4e..03367c4d 100644 --- a/01-tutorials/01-fundamentals/01-first-agent/01-first-agent.ipynb +++ b/01-tutorials/01-fundamentals/01-first-agent/01-first-agent.ipynb @@ -280,7 +280,8 @@ "outputs": [], "source": [ "# Install the required packages\n", - "%pip install ddgs # Also install strands-agents strands-agents-tools if you haven't already" + "%pip install ddgs\n", + "# Also install strands-agents strands-agents-tools if you haven't already" ] }, {