diff --git a/notebook_template.ipynb b/notebook_template.ipynb index 003ee5d93b5..2553f107d1f 100644 --- a/notebook_template.ipynb +++ b/notebook_template.ipynb @@ -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", @@ -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)))" ] },