Open psychemedia opened 5 years ago
It definitely makes sense to do this. I will hopefully add this installation method over the next few days
@joshuazeltser Just for completeness, I note here that a notebook extension pip installer can be configured to automatically install and enable the extension: https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html
If this package is being distributed as a standalone extension instead of (or as well as) part of
jupyter_contrib_nbextensions
, it would be useful if it werepip
installable, eg as per theRISE
ornbdime
extensions.This would also allow the toolbar to be installed "for free" into a MyBinder environment created from the repository.