Skip to content

Commit

Permalink
Merge branch 'main' into intro-2-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Jan 13, 2025
2 parents 9a29f38 + 954041c commit 16c4927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gemini/getting-started/intro_genai_sdk.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
},
"outputs": [],
"source": [
"%pip install --upgrade --user --quiet google-genai pandas"
"%pip install --upgrade --quiet google-genai pandas"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions notebook_template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"outputs": [],
"source": [
"# Copyright 2024 Google LLC\n",
"# Copyright 2025 Google LLC\n",
"#\n",
"# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
Expand Down Expand Up @@ -265,7 +265,7 @@
"file_path = \"notebook_template.ipynb\" # @param {type:\"string\"}\n",
"\n",
"# Include link to Open in BigQuery Studio\n",
"INCLUDE_BIGQUERY_STUDIO = True # @param {type:\"boolean\"}\n",
"INCLUDE_BIGQUERY_STUDIO = False # @param {type:\"boolean\"}\n",
"display(Markdown(generate_html(file_path)))"
]
},
Expand Down

0 comments on commit 16c4927

Please sign in to comment.