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 3c934fd commit 8ea5c0dCopy full SHA for 8ea5c0d
_templates/nb-badges.html
@@ -19,6 +19,9 @@
19
20
<a href="{{ 'https://colab.research.google.com/github/' + gh_basepath + file_path }}" target="_blank">
21
<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>
25
</p>
26
</div>
27
{% endif %}
0 commit comments