Skip to content

Commit

Permalink
remove binder as the mybinder instance is experiencing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Jan 20, 2025
1 parent 0728a06 commit 140b78e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 24 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
[![doc / sphinx](https://img.shields.io/badge/doc-sphinx-yellow)](https://pypeec.otvam.ch)
[![pypi / pkg](https://img.shields.io/pypi/v/pypeec?label=pypi&color=green)](https://pypi.org/project/pypeec)
[![conda / pkg](https://img.shields.io/conda/v/conda-forge/pypeec?label=conda&color=green)](https://anaconda.org/conda-forge/pypeec)
[![binder / launch](https://img.shields.io/badge/binder-launch-blue)](https://mybinder.org/v2/gh/otvam/pypeec/main?labpath=notebook.ipynb)

---
* **Website: [pypeec.otvam.ch](https://pypeec.otvam.ch)**
Expand Down
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@

# allowed redirects for the external links
linkcheck_allowed_redirects = {
"http://mozilla.org/*": ".*",
"https://mybinder.org/*": ".*",
"https://dartmouth.edu/*": ".*",
"http://mozilla.org/*": ".*",
"https://doi.org/*": ".*",
}

Expand Down
12 changes: 0 additions & 12 deletions docs/content/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ Some **important remarks** about the PyPEEC **packages**:
* The optional HPC libraries are usually easier to install through Conda.
* The Jupyter libraries are usually easier to install through Conda.

Test Online With Binder
-----------------------

**PyPEEC** can be **tested online without installation**:

* The online test service is provided by Binder.
* The link will open a JupyterLab instance with PyPEEC.
* The PyPEEC tutorial and examples are included.
* The Binder instance is only intended for test purposes.
* The Binder instance is very slow and memory limited.
* `Launch PyPEEC with Binder <https://mybinder.org/v2/gh/otvam/pypeec/main?labpath=notebook.ipynb>`__

Using a Python Environment
--------------------------

Expand Down
1 change: 0 additions & 1 deletion docs/images/badge_binder.svg

This file was deleted.

4 changes: 0 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ The code is written in **Python** and is fully **open source**!
:target: https://anaconda.org/conda-forge/pypeec
:alt: conda / pkg

.. image:: images/badge_binder.svg
:target: https://mybinder.org/v2/gh/otvam/pypeec/main?labpath=notebook.ipynb
:alt: binder / launch

.. important::
* **Website:** `pypeec.otvam.ch <https://pypeec.otvam.ch>`__
* **Repository:** `github.com/otvam/pypeec <https://github.com/otvam/pypeec>`__
Expand Down
4 changes: 0 additions & 4 deletions examples/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"* Matplotlib and PyVista are used for the 2D and 3D plots.\n",
"* IPyWidgets, Trame, and ipympl are used for the rendering.\n",
"\n",
"If you are **using** this notebook with **Binder**, please note that:\n",
"* The Binder instance is only intended for test purposes.\n",
"* The Binder instance is very slow and memory limited.\n",
"\n",
"---\n",
"\n",
"**Thomas Guillod - Dartmouth College**\n",
Expand Down

0 comments on commit 140b78e

Please sign in to comment.