diff --git a/README.md b/README.md index 442f7588..1ee19429 100644 --- a/README.md +++ b/README.md @@ -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)** diff --git a/docs/conf.py b/docs/conf.py index 688753f2..3d633661 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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/*": ".*", } diff --git a/docs/content/install.rst b/docs/content/install.rst index 5e06eeab..cbce4bba 100644 --- a/docs/content/install.rst +++ b/docs/content/install.rst @@ -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 `__ - Using a Python Environment -------------------------- diff --git a/docs/images/badge_binder.svg b/docs/images/badge_binder.svg deleted file mode 100644 index e8263857..00000000 --- a/docs/images/badge_binder.svg +++ /dev/null @@ -1 +0,0 @@ -binder: launchbinderlaunch \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 9c78bbf8..a09b73d7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `__ * **Repository:** `github.com/otvam/pypeec `__ diff --git a/examples/notebook.ipynb b/examples/notebook.ipynb index 8654f859..6db92235 100644 --- a/examples/notebook.ipynb +++ b/examples/notebook.ipynb @@ -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",