From c87f9ab6b12be70e8421fa9fa3cd995b037454e3 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:31:03 -0800 Subject: [PATCH] Fix sentence fragment (#2566) --- docs/docs/tutorials/introduction.ipynb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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,