jupyter-incubator / contentmanagement

Jupyter Content Management Extensions
Other
78 stars 26 forks source link

Support new nbextension installation on 4.2 #34

Closed parente closed 8 years ago

parente commented 8 years ago

Beta is out:

https://groups.google.com/forum/#!topic/jupyter/RTdb1_k7l0A

Doc on what to do:

https://jupyter-notebook.readthedocs.org/en/latest/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html

Make sure we retain compatibility with 4.1 and lower. Will need two sets of instructions in the README. Should also make the 4.1 install/activate automation a bit less brittle when accidentally run under 4.2. (Blows up with nasty exceptions because the base classes we override have changed.)

xref: jupyter-incubator/dashboards#215, jupyter-incubator/dashboards_bundlers#28, jupyter-incubator/declarativewidgets#304