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.
This commit is contained in:
inpyeong 2024-03-17 07:21:51 +09:00 committed by GitHub
parent d96e0b2de7
commit 7c092f479f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,9 +36,11 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "code",
"execution_count": null,
"id": "b99b47ec", "id": "b99b47ec",
"metadata": {}, "metadata": {},
"outputs": [],
"source": [ "source": [
"%pip install --upgrade --quiet langchain-core langchain-openai langchain-anthropic" "%pip install --upgrade --quiet langchain-core langchain-openai langchain-anthropic"
] ]