matplotlib / ipympl

Matplotlib Jupyter Integration
https://matplotlib.org/ipympl/
BSD 3-Clause "New" or "Revised" License
1.59k stars 225 forks source link

binder link broken #420

Open ianhi opened 2 years ago

ianhi commented 2 years ago

Describe the issue

https://mybinder.org/v2/gh/matplotlib/ipympl/stable?urlpath=retro/notebooks/examples/ipympl.ipynb

leads to a 404 for me. If i swap retro for lab and remove the notebooks then it works: https://mybinder.org/v2/gh/matplotlib/ipympl/stable?urlpath=retro/examples/ipympl.ipynb

martinRenou commented 2 years ago

Thanks! Might have been a wrong copy paste

martinRenou commented 2 years ago

Actually, it's the other way around for me...

https://mybinder.org/v2/gh/matplotlib/ipympl/stable?urlpath=retro/notebooks/examples/ipympl.ipynb works

https://mybinder.org/v2/gh/matplotlib/ipympl/stable?urlpath=retro/examples/ipympl.ipynb leads to 404

I just updated the stable branch that was a bit behind. Maybe that was it?