Skip to content

Commit 64016e7

Browse files
choose binder instance able to run our notebooks
1 parent 4bc75aa commit 64016e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Are created by CI and stored in master+ipynb to not clutter the master branch.
3434

3535
Binder integration
3636
=============
37-
Binder uses the Jupyter Notebooks in master+ipynb. The conda environment is described in environment.yml, the post-build event installs the nightly pyopenms wheel. Currently, only environment.yml is used by binder. Note: You can test a branch "jpfeuffer-patch-6" using https://mybinder.org/v2/gh/OpenMS/pyopenms-docs/jpfeuffer-patch-6
37+
Binder uses the Jupyter Notebooks in master+ipynb. The conda environment is described in environment.yml, the post-build event installs the nightly pyopenms wheel. Currently, only environment.yml is used by binder. Note: You can test a branch "jpfeuffer-patch-6" using https://notebooks.gesis.org/binder/v2/gh/OpenMS/pyopenms-docs/jpfeuffer-patch-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ul class="navbar-icon-links navbar-nav" aria-label="Custom Icon Links">
22
<li class="nav-item">
3-
<a href="https://mybinder.org/v2/gh/{{ github_user }}/{{ github_repo }}/{{ github_version }}+ipynb?urlpath=lab/tree/{{ doc_path }}{{ pagename }}.ipynb" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-original-title="Launch on Binder" data-bs-placement="bottom"><span><i class="fa fa-rocket fa-beat fa-lg"></i></span>
3+
<a href="https://notebooks.gesis.org/binder/v2/gh/{{ github_user }}/{{ github_repo }}/{{ github_version }}+ipynb?urlpath=lab/tree/{{ doc_path }}{{ pagename }}.ipynb" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-original-title="Launch on Binder" data-bs-placement="bottom"><span><i class="fa fa-rocket fa-beat fa-lg"></i></span>
44
<label class="sr-only">Launch on Binder</label></a>
55
</li>
66
</ul>

docs/source/user_guide/interactive_plots.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Result:
9494

9595

9696
With this you can also easily create whole dashboards like the one
97-
hosted `here <https://mybinder.org/v2/gh/OpenMS/pyopenms-docs/master+ipynb?urlpath=msbokehapps>`_ on a Binder instance.
97+
hosted `here <https://notebooks.gesis.org/binder/v2/gh/OpenMS/pyopenms-docs/master+ipynb?urlpath=msbokehapps>`_ on a Binder instance.
9898
If you are reading/executing this on Binder already, execute the next cell to get a link to your current instance.
9999

100100
.. code-block:: python

0 commit comments

Comments
 (0)