From 7c092f479f5728da918633c2f3483f7fe3fe7eea Mon Sep 17 00:00:00 2001 From: inpyeong <58331907+inpyeong@users.noreply.github.com> Date: Sun, 17 Mar 2024 07:21:51 +0900 Subject: [PATCH] docs: Update why.ipynb (#19173) I think that cell type for pip command may be 'code'. Please check, thank you :) If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, hwchase17. --- docs/docs/expression_language/why.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/expression_language/why.ipynb b/docs/docs/expression_language/why.ipynb index 8fd965bf05a..8a504da5611 100644 --- a/docs/docs/expression_language/why.ipynb +++ b/docs/docs/expression_language/why.ipynb @@ -36,9 +36,11 @@ ] }, { - "cell_type": "raw", + "cell_type": "code", + "execution_count": null, "id": "b99b47ec", "metadata": {}, + "outputs": [], "source": [ "%pip install --upgrade --quiet langchain-core langchain-openai langchain-anthropic" ]