Skip to content

Commit 5f68770

Browse files
authored
Add notebook-link badge in the README (#619)
* Add notebook-link badge in the README * Fixup lock hash
1 parent ed9526e commit 5f68770

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.nblink/nblink-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "5095532093886446",
2+
"id": "6440892936164432",
33
"lockVersion": "1.0.2",
44
"platform": "emscripten-wasm32",
55
"specs": [

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Latest conda-forge version](https://img.shields.io/conda/vn/conda-forge/ipympl?logo=conda-forge)](https://anaconda.org/conda-forge/ipympl)
66
[![Latest npm version](https://img.shields.io/npm/v/jupyter-matplotlib?logo=npm)](https://www.npmjs.com/package/jupyter-matplotlib)
77
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/matplotlib/ipympl/main?urlpath=notebooks/docs/examples/full-example.ipynb)
8+
[![notebook-link](https://img.shields.io/badge/notebook-link-e2d610?logo=jupyter&logoColor=white)](https://notebook.link/github/matplotlib/ipympl/?path=docs%2Fexamples%2Ffull-example.ipynb)
89
[![Gitter](https://img.shields.io/badge/gitter-Join_chat-blue?logo=gitter)](https://gitter.im/jupyter-widgets/Lobby)
910

1011
Leveraging the Jupyter interactive widgets framework, `ipympl` enables the interactive features of matplotlib in the Jupyter notebook and in JupyterLab.
@@ -27,7 +28,7 @@ See the documentation at: <https://matplotlib.org/ipympl/>
2728
## Try it now
2829

2930
You can easily try `ipympl` without installing anything, by simply accessing the example Notebook from Notebook.link or MyBinder:
30-
- [Notebook.link](https://notebook.link/github/matplotlib/ipympl/?path=docs%2Fexamples%2Ffull-example.ipynb):
31+
- [Notebook.link](https://notebook.link/github/matplotlib/ipympl/?path=docs%2Fexamples%2Ffull-example.ipynb)
3132
- [MyBinder link](https://mybinder.org/v2/gh/matplotlib/ipympl/main?urlpath=notebooks/docs/examples/full-example.ipynb)
3233

3334
## Example

0 commit comments

Comments
 (0)