Skip to content

Commit 8ea5c0d

Browse files
committed
update-template
1 parent 3c934fd commit 8ea5c0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_templates/nb-badges.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
<a href="{{ 'https://colab.research.google.com/github/' + gh_basepath + file_path }}" target="_blank">
2121
<img src="{{ pathto('_static/colab.svg', 1) }}" alt="Open In Colab"/></a>
22+
23+
<a href="{{ 'https://molab.marimo.io/github/' + gh_basepath + file_path }}" target="_blank">
24+
<img src="https://marimo.io/molab-shield.png" alt="Open In molab"/></a>
2225
</p>
2326
</div>
2427
{% endif %}

0 commit comments

Comments
 (0)