Skip to content

Commit 51602cb

Browse files
authored
WIP: molab support (#813)
* update-template * add a static svg, looks nicer * Remove Open In Binder link from nb-badges.html Removed the Open In Binder link from the badges template.
1 parent 3c934fd commit 51602cb

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

_static/molab.svg

Lines changed: 20 additions & 0 deletions
Loading

_templates/nb-badges.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<a href="{{ github_url + '/' + gh_basepath + file_path }}", role="button" target="_blank">
1515
<img src="{{ pathto('_static/github.svg', 1) }}" alt="View On GitHub"></a>
1616

17-
<a href="{{ 'https://mybinder.org/v2/gh/' + sandbox_repo + '?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252F' + encoded_base + '%26urlpath%3Dtree%252F' + github_repo + '%252F' + encoded_path + '%26branch%3D' + github_version }}" target="_blank">
18-
<img src="{{ pathto('_static/binder.svg', 1) }}" alt="Open In Binder"></a>
19-
2017
<a href="{{ 'https://colab.research.google.com/github/' + gh_basepath + file_path }}" target="_blank">
2118
<img src="{{ pathto('_static/colab.svg', 1) }}" alt="Open In Colab"/></a>
19+
20+
<a href="{{ 'https://molab.marimo.io/github/' + gh_basepath + file_path }}" target="_blank">
21+
<img src="{{ pathto('_static/molab.svg', 1) }}" alt="Open In molab"/></a>
2222
</p>
2323
</div>
2424
{% endif %}

0 commit comments

Comments
 (0)