From 951d2c04a97428073831f1c17816f85417347a16 Mon Sep 17 00:00:00 2001 From: Holt Skinner Date: Mon, 13 Jan 2025 10:04:37 -0600 Subject: [PATCH] fix: Update copyright year in Notebook Template --- notebook_template.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)))" ] },