Skip to content

Commit

Permalink
Remove image outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner committed Dec 20, 2024
1 parent c84bb45 commit 5390c6a
Showing 1 changed file with 3 additions and 45 deletions.
48 changes: 3 additions & 45 deletions gemini/getting-started/intro_gemini_2_0_flash_thinking_mode.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -134,21 +134,7 @@
"metadata": {
"id": "sG3_LKsWSD3A"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[33mWARNING: Ignoring invalid distribution -oogle-api-core (/opt/conda/lib/python3.10/site-packages)\u001b[0m\n",
"\u001b[33mWARNING: Ignoring invalid distribution -oogle-api-core (/opt/conda/lib/python3.10/site-packages)\u001b[0m\n",
"\u001b[33mWARNING: Ignoring invalid distribution -oogle-api-core (/opt/conda/lib/python3.10/site-packages)\u001b[0m\n",
"\u001b[33mWARNING: Ignoring invalid distribution -oogle-api-core (/opt/conda/lib/python3.10/site-packages)\u001b[0m\n",
"\u001b[33mWARNING: Ignoring invalid distribution -oogle-api-core (/opt/conda/lib/python3.10/site-packages)\u001b[0m\n",
"\u001b[33mWARNING: Ignoring invalid distribution -oogle-api-core (/opt/conda/lib/python3.10/site-packages)\u001b[0m\n",
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
],
"outputs": [],
"source": [
"%pip install --upgrade --quiet google-genai"
]
Expand Down Expand Up @@ -625,21 +611,7 @@
"metadata": {
"id": "8ksBfYPZC9no"
},
"outputs": [
{
"data": {
"text/html": [
"<img src=\"https://storage.googleapis.com/generativeai-downloads/images/geometry.png\" width=\"256\"/>"
],
"text/plain": [
"<IPython.core.display.Image object>"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"img_geometry = (\n",
" \"https://storage.googleapis.com/generativeai-downloads/images/geometry.png\"\n",
Expand Down Expand Up @@ -722,21 +694,7 @@
"metadata": {
"id": "-G0d2an5C9np"
},
"outputs": [
{
"data": {
"text/html": [
"<img src=\"https://storage.googleapis.com/generativeai-downloads/images/nfl.png\"/>"
],
"text/plain": [
"<IPython.core.display.Image object>"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"img_table = \"https://storage.googleapis.com/generativeai-downloads/images/nfl.png\"\n",
"IPython.display.Image(url=img_table)"
Expand Down

0 comments on commit 5390c6a

Please sign in to comment.