docs: remove spaces in percent pip (#27082)

This commit is contained in:
Erick Friis 2024-10-03 13:34:24 -07:00 committed by GitHub
parent 47a9199fa6
commit 7f730ce8b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"% pip install -qU langchain-airbyte"
"%pip install -qU langchain-airbyte"
]
},
{

View File

@ -26,7 +26,7 @@
"metadata": {},
"outputs": [],
"source": [
"% pip install browserbase"
"%pip install browserbase"
]
},
{

View File

@ -60,7 +60,7 @@
"%pip install -qU langchain_ollama\n",
"\n",
"# Web Loader\n",
"% pip install -qU beautifulsoup4"
"%pip install -qU beautifulsoup4"
]
},
{

View File

@ -196,7 +196,7 @@
"metadata": {},
"outputs": [],
"source": [
"% pip install -qU langgraph"
"%pip install -qU langgraph"
]
},
{