diff --git a/docs/docs/tutorials/introduction.ipynb b/docs/docs/tutorials/introduction.ipynb index 119fbf861..2139b6d46 100644 --- a/docs/docs/tutorials/introduction.ipynb +++ b/docs/docs/tutorials/introduction.ipynb @@ -19,7 +19,7 @@ "\n", "## Setup\n", "\n", - "First, install the required packages:" + "First, install the required packages and configure your environment:" ] }, { @@ -33,14 +33,6 @@ "%pip install -U langgraph langsmith langchain_anthropic" ] }, - { - "cell_type": "markdown", - "id": "a6d1e870-1bc0-4d44-86c0-96681ccf6113", - "metadata": {}, - "source": [ - "In this tutorial, we'll be " - ] - }, { "cell_type": "code", "execution_count": 2,