Skip to content

Commit 0f26ec8

Browse files
authored
Changing !pip to %pip in all notebooks (#519)
* Changing !pip to %pip
1 parent dff6fca commit 0f26ec8

File tree

68 files changed

+100
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+100
-100
lines changed

examples/Agents_Function_Calling_Barista_Bot.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"outputs": [],
6767
"source": [
68-
"!pip install -qU \"google-generativeai>=0.7.2\""
68+
"%pip install -qU \"google-generativeai>=0.7.2\""
6969
]
7070
},
7171
{

examples/Animated_Story_Video_Generation_gemini.ipynb

+8-8
Large diffs are not rendered by default.

examples/Book_illustration.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"outputs": [],
100100
"source": [
101-
"!pip install -U -q \"google-genai\""
101+
"%pip install -U -q \"google-genai\""
102102
]
103103
},
104104
{
@@ -673,7 +673,7 @@
673673
}
674674
],
675675
"source": [
676-
"!pip install pydub\n",
676+
"%pip install pydub\n",
677677
"import os\n",
678678
"import zipfile\n",
679679
"from pydub import AudioSegment\n",

examples/Classify_text_with_embeddings.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"outputs": [],
7474
"source": [
75-
"!pip install -U -q \"google-generativeai>=0.7.2\""
75+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7676
]
7777
},
7878
{

examples/Entity_Extraction.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"outputs": [],
7676
"source": [
77-
"!pip install -U -q \"google-generativeai>=0.7.2\""
77+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7878
]
7979
},
8080
{

examples/Guess_the_shape.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"outputs": [],
6565
"source": [
66-
"!pip install -U -q \"google-genai\""
66+
"%pip install -U -q \"google-genai\""
6767
]
6868
},
6969
{

examples/Market_a_Jet_Backpack.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"outputs": [],
6767
"source": [
68-
"!pip install -q \"google-generativeai>=0.7.2\""
68+
"%pip install -q \"google-generativeai>=0.7.2\""
6969
]
7070
},
7171
{

examples/Opossum_search.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"outputs": [],
7676
"source": [
77-
"!pip install -q -U \"google-generativeai>=0.7.2\""
77+
"%pip install -q -U \"google-generativeai>=0.7.2\""
7878
]
7979
},
8080
{

examples/Search_Wikipedia_using_ReAct.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
},
125125
"outputs": [],
126126
"source": [
127-
"!pip install -q \"google-generativeai>=0.7.2\""
127+
"%pip install -q \"google-generativeai>=0.7.2\""
128128
]
129129
},
130130
{
@@ -135,7 +135,7 @@
135135
},
136136
"outputs": [],
137137
"source": [
138-
"!pip install -q wikipedia"
138+
"%pip install -q wikipedia"
139139
]
140140
},
141141
{

examples/Search_grounding_for_research_report.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"outputs": [],
9898
"source": [
99-
"!pip install -U -q google-genai"
99+
"%pip install -U -q google-genai"
100100
]
101101
},
102102
{

examples/Search_reranking_using_embeddings.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
},
111111
"outputs": [],
112112
"source": [
113-
"!pip install -q -U \"google-generativeai>=0.7.2\""
113+
"%pip install -q -U \"google-generativeai>=0.7.2\""
114114
]
115115
},
116116
{
@@ -121,7 +121,7 @@
121121
},
122122
"outputs": [],
123123
"source": [
124-
"!pip install -q wikipedia"
124+
"%pip install -q wikipedia"
125125
]
126126
},
127127
{

examples/Spatial_understanding_3d.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
}
121121
],
122122
"source": [
123-
"!pip install -U -q google-genai"
123+
"%pip install -U -q google-genai"
124124
]
125125
},
126126
{

examples/Tag_and_caption_images.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
}
8585
],
8686
"source": [
87-
"!pip install -U -q \"google-generativeai>=0.7.2\""
87+
"%pip install -U -q \"google-generativeai>=0.7.2\""
8888
]
8989
},
9090
{

examples/Talk_to_documents_with_embeddings.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"outputs": [],
8585
"source": [
86-
"!pip install -U -q \"google-generativeai>=0.7.2\""
86+
"%pip install -U -q \"google-generativeai>=0.7.2\""
8787
]
8888
},
8989
{

examples/Translate_a_Public_Domain_Book.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"outputs": [],
7777
"source": [
78-
"!pip install -U -q \"google-generativeai>=0.7.2\" tqdm"
78+
"%pip install -U -q \"google-generativeai>=0.7.2\" tqdm"
7979
]
8080
},
8181
{

examples/Voice_memos.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"outputs": [],
7272
"source": [
73-
"!pip install -U -q \"google-generativeai>=0.7.2\""
73+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7474
]
7575
},
7676
{

examples/Working_with_Charts_Graphs_and_Slide_Decks.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"outputs": [],
6767
"source": [
68-
"!pip install -U -q \"google-generativeai>=0.7.2\""
68+
"%pip install -U -q \"google-generativeai>=0.7.2\""
6969
]
7070
},
7171
{

examples/chromadb/Vectordb_with_chroma.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
}
130130
],
131131
"source": [
132-
"!pip install -U -q \"google-generativeai>=0.7.2\"\n",
133-
"!pip install -q chromadb"
132+
"%pip install -U -q \"google-generativeai>=0.7.2\"\n",
133+
"%pip install -q chromadb"
134134
]
135135
},
136136
{

examples/langchain/Chat_with_SQL_using_langchain.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
}
8787
],
8888
"source": [
89-
"!pip install -U -q \"google-generativeai>=0.7.2\" langchain langchain-community langchain-google-genai"
89+
"%pip install -U -q \"google-generativeai>=0.7.2\" langchain langchain-community langchain-google-genai"
9090
]
9191
},
9292
{

examples/langchain/Code_analysis_using_Gemini_LangChain_and_DeepLake.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
}
116116
],
117117
"source": [
118-
"!pip install -q -U langchain-google-genai deeplake langchain langchain-text-splitters langchain-community"
118+
"%pip install -q -U langchain-google-genai deeplake langchain langchain-text-splitters langchain-community"
119119
]
120120
},
121121
{

examples/langchain/Gemini_LangChain_QA_Chroma_WebLoad.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@
158158
}
159159
],
160160
"source": [
161-
"!pip install --quiet langchain-core==0.1.23\n",
162-
"!pip install --quiet langchain==0.1.1\n",
163-
"!pip install --quiet langchain-google-genai==0.0.6\n",
164-
"!pip install --quiet -U langchain-community==0.0.20\n",
165-
"!pip install --quiet chromadb"
161+
"%pip install --quiet langchain-core==0.1.23\n",
162+
"%pip install --quiet langchain==0.1.1\n",
163+
"%pip install --quiet langchain-google-genai==0.0.6\n",
164+
"%pip install --quiet -U langchain-community==0.0.20\n",
165+
"%pip install --quiet chromadb"
166166
]
167167
},
168168
{

examples/langchain/Gemini_LangChain_QA_Pinecone_WebLoad.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
},
9494
"outputs": [],
9595
"source": [
96-
"!pip install --quiet langchain==0.1.1\n",
97-
"!pip install --quiet langchain-google-genai==0.0.6\n",
98-
"!pip install --quiet langchain-pinecone\n",
99-
"!pip install --quiet pinecone-client\n",
100-
"!pip install --quiet langchain-community==0.0.20"
96+
"%pip install --quiet langchain==0.1.1\n",
97+
"%pip install --quiet langchain-google-genai==0.0.6\n",
98+
"%pip install --quiet langchain-pinecone\n",
99+
"%pip install --quiet pinecone-client\n",
100+
"%pip install --quiet langchain-community==0.0.20"
101101
]
102102
},
103103
{

examples/langchain/Gemini_LangChain_Summarization_WebLoad.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@
126126
}
127127
],
128128
"source": [
129-
"!pip install --quiet langchain-core==0.1.23\n",
130-
"!pip install --quiet langchain==0.1.1\n",
131-
"!pip install --quiet langchain-google-genai==0.0.6\n",
132-
"!pip install --quiet -U langchain-community==0.0.20"
129+
"%pip install --quiet langchain-core==0.1.23\n",
130+
"%pip install --quiet langchain==0.1.1\n",
131+
"%pip install --quiet langchain-google-genai==0.0.6\n",
132+
"%pip install --quiet -U langchain-community==0.0.20"
133133
]
134134
},
135135
{

examples/llamaindex/Gemini_LlamaIndex_QA_Chroma_WebPageReader.ipynb

+6-6
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@
161161
],
162162
"source": [
163163
"# This guide was tested with 0.10.17, but feel free to try newer versions.\n",
164-
"!pip install -q llama-index==0.10.17\n",
165-
"!pip install -q llama-index-llms-gemini\n",
166-
"!pip install -q llama-index-embeddings-gemini\n",
167-
"!pip install -q llama-index-readers-web\n",
168-
"!pip install -q llama-index-vector-stores-chroma\n",
169-
"!pip install -q chromadb"
164+
"%pip install -q llama-index==0.10.17\n",
165+
"%pip install -q llama-index-llms-gemini\n",
166+
"%pip install -q llama-index-embeddings-gemini\n",
167+
"%pip install -q llama-index-readers-web\n",
168+
"%pip install -q llama-index-vector-stores-chroma\n",
169+
"%pip install -q chromadb"
170170
]
171171
},
172172
{

examples/prompting/Adding_context_information.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"outputs": [],
7272
"source": [
73-
"!pip install -U -q \"google-generativeai>=0.7.2\""
73+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7474
]
7575
},
7676
{

examples/prompting/Basic_Classification.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"outputs": [],
7474
"source": [
75-
"!pip install -U -q \"google-generativeai>=0.7.2\""
75+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7676
]
7777
},
7878
{

examples/prompting/Basic_Code_Generation.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"outputs": [],
7474
"source": [
75-
"!pip install -U -q \"google-generativeai>=0.7.2\""
75+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7676
]
7777
},
7878
{

examples/prompting/Basic_Evaluation.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"outputs": [],
7878
"source": [
79-
"!pip install -U -q \"google-generativeai>=0.7.2\""
79+
"%pip install -U -q \"google-generativeai>=0.7.2\""
8080
]
8181
},
8282
{

examples/prompting/Basic_Information_Extraction.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"outputs": [],
8080
"source": [
81-
"!pip install -U -q \"google-generativeai>=0.7.2\""
81+
"%pip install -U -q \"google-generativeai>=0.7.2\""
8282
]
8383
},
8484
{

examples/prompting/Basic_Reasoning.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"outputs": [],
7676
"source": [
77-
"!pip install -U -q \"google-generativeai>=0.7.2\""
77+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7878
]
7979
},
8080
{

examples/prompting/Chain_of_thought_prompting.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"outputs": [],
7272
"source": [
73-
"!pip install -U -q \"google-generativeai>=0.7.2\""
73+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7474
]
7575
},
7676
{

examples/prompting/Few_shot_prompting.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"outputs": [],
7272
"source": [
73-
"!pip install -U -q \"google-generativeai>=0.7.2\""
73+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7474
]
7575
},
7676
{

examples/prompting/Providing_base_cases.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"outputs": [],
7272
"source": [
73-
"!pip install -U -q \"google-generativeai>=0.7.2\""
73+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7474
]
7575
},
7676
{

examples/prompting/Role_prompting.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"outputs": [],
7474
"source": [
75-
"!pip install -U -q \"google-generativeai>=0.7.2\""
75+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7676
]
7777
},
7878
{

examples/prompting/Self_ask_prompting.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
}
8080
],
8181
"source": [
82-
"!pip install -U -q \"google-generativeai>=0.7.2\""
82+
"%pip install -U -q \"google-generativeai>=0.7.2\""
8383
]
8484
},
8585
{

examples/prompting/Zero_shot_prompting.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"outputs": [],
7272
"source": [
73-
"!pip install -U -q \"google-generativeai>=0.7.2\""
73+
"%pip install -U -q \"google-generativeai>=0.7.2\""
7474
]
7575
},
7676
{

examples/qdrant/Qdrant_similarity_search.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
}
135135
],
136136
"source": [
137-
"!pip install -q \"google-generativeai>=0.7.2\"\n",
138-
"!pip install -q protobuf==4.25.1 qdrant-client[fastembed]"
137+
"%pip install -q \"google-generativeai>=0.7.2\"\n",
138+
"%pip install -q protobuf==4.25.1 qdrant-client[fastembed]"
139139
]
140140
},
141141
{

0 commit comments

Comments
 (0)