Skip to content

Commit 1adf289

Browse files
authored
Remove Open In Binder link from nb-badges.html
Removed the Open In Binder link from the badges template.
1 parent 46800dc commit 1adf289

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

_templates/nb-badges.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
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>
2219

0 commit comments

Comments
 (0)