Skip to content

Commit

Permalink
fix: Update copyright year in Notebook Template (#1620)
Browse files Browse the repository at this point in the history
# Description

Happy New Year! 🥳
  • Loading branch information
holtskinner authored Jan 13, 2025
1 parent 5a3ff42 commit 954041c
Showing 1 changed file with 2 additions and 2 deletions.
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 954041c

Please sign in to comment.