ipympl icon indicating copy to clipboard operation
ipympl copied to clipboard

Outdated stable branch and malfunctional mybinder.org badge

Open consideRatio opened this issue 5 years ago • 1 comments

Visiting this repos mybinder example, both using the old stable branch as in the README, or the current master branch, gives us:

image

image

This is because mybinder.org won't automatically realize it should install the jupyterlab extension. We would need an apt.txt file in the repo for that to happen where we write:

jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyter-matplotlib

Also, update the readme to use the master branch may be simpler than remembering to update the stable branch?

consideRatio avatar Jan 17 '20 10:01 consideRatio

Thanks for the report. Would you mind opening a PR for the jupyterlab build?

The reason for the stable branch is that if the master branch moves too much, users don't need to rebuild the docker image on binder

martinRenou avatar Jan 17 '20 10:01 martinRenou