Skip to content

Commit c0f8475

Browse files
mckornfieldHenrique Tolentino
authored andcommitted
add collab links pointing to main and 101 notebook (#587)
1 parent b9c012b commit c0f8475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/add-collab-link.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def main(file_path: str):
1414
with open(file_path, encoding="utf-8") as f:
1515
notebook = nbformat.read(f, as_version=4)
1616
# _parent means same window, different tab
17+
# Note, this is to "develop" for the develop branch
1718
collab_link = f"""<a target="_parent" href="https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/{file_path}">
1819
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
1920
</a>"""

0 commit comments

Comments
 (0)