Skip to content

Commit

Permalink
updates binder link to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Sep 13, 2024
1 parent 0293aba commit e1ee8bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Documentation Status](https://readthedocs.org/projects/plenoptic/badge/?version=latest)](https://plenoptic.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10151131.svg)](https://doi.org/10.5281/zenodo.10151131)
[![codecov](https://codecov.io/gh/plenoptic-org/plenoptic/branch/main/graph/badge.svg?token=EDtl5kqXKA)](https://codecov.io/gh/plenoptic-org/plenoptic)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/plenoptic-org/plenoptic/1.0.1?filepath=examples)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/plenoptic-org/plenoptic/1.1.0?filepath=examples)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

![](docs/images/plenoptic_logo_wide.svg)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:target: https://codecov.io/gh/plenoptic-org/plenoptic

.. |binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/plenoptic-org/plenoptic/1.0.1?filepath=examples
:target: https://mybinder.org/v2/gh/plenoptic-org/plenoptic/1.1.0?filepath=examples

.. plenoptic documentation master file, created by
sphinx-quickstart on Thu Jun 20 15:56:27 2019.
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ These optional dependencies can be joined with a comma, e.g., ``pip install -e .
Running notebooks locally
-------------------------

.. tip:: You can run the notebooks in the cloud using `Binder <https://mybinder.org/v2/gh/plenoptic-org/plenoptic/1.0.1?filepath=examples>`_, no installation required!
.. tip:: You can run the notebooks in the cloud using `Binder <https://mybinder.org/v2/gh/plenoptic-org/plenoptic/1.1.0?filepath=examples>`_, no installation required!

Installing jupyter and setting up the kernel
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion examples/02_Eigendistortions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"source": [
"# Eigendistortions\n",
"\n",
"**Run notebook online with Binder:**[![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/plenoptic/1.0.1?filepath=examples/02_Eigendistortions.ipynb)\n",
"**Run notebook online with Binder:**[![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/plenoptic/1.1.0?filepath=examples/02_Eigendistortions.ipynb)\n",
"\n",
"**In this tutorial we will cover:**\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/04_Perceptual_distance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Perceptual distance\n",
"\n",
"**Run notebook online with Binder:** [![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/plenoptic/1.0.1?filepath=examples/04_Perceptual_distance.ipynb)\n",
"**Run notebook online with Binder:** [![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/plenoptic/1.1.0?filepath=examples/04_Perceptual_distance.ipynb)\n",
"\n",
"The easiest way to measure the difference between two images is by computing the mean square error (MSE), but it does not match the perceptual distance judged by humans. Several perceptual distance functions have been developed to better match human perception. This tutorial introduces three perceptual distance functions available in `plenoptic` package: SSIM (structural similarity), MS-SSIM (multiscale structural similarity) and NLPD (normalized Laplacian pyramid distance).\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/Demo_Eigendistortion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"source": [
"**Run notebook online with Binder:**[![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/plenoptic/1.0.1?filepath=examples/Demo_Eigendistortion.ipynb)\n",
"**Run notebook online with Binder:**[![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/plenoptic/1.1.0?filepath=examples/Demo_Eigendistortion.ipynb)\n",
"\n",
"# Reproducing Berardino et al., 2017 (Eigendistortions)\n",
"Author: Lyndon Duong, Jan 2021\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Plenoptic example notebooks
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/plenoptic-org/plenoptic/1.0.1?filepath=examples)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/plenoptic-org/plenoptic/1.1.0?filepath=examples)

Browse, preview, and run these notebooks in your browser without installing
``plenoptic.py`` using the ``launch Binder`` button above.

0 comments on commit e1ee8bb

Please sign in to comment.