We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c012b commit c0f8475Copy full SHA for c0f8475
utils/add-collab-link.py
@@ -14,6 +14,7 @@ def main(file_path: str):
14
with open(file_path, encoding="utf-8") as f:
15
notebook = nbformat.read(f, as_version=4)
16
# _parent means same window, different tab
17
+ # Note, this is to "develop" for the develop branch
18
collab_link = f"""<a target="_parent" href="https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/{file_path}">
19
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
20
</a>"""
0 commit comments