jupyter-incubator / contentmanagement

Jupyter Content Management Extensions
Other
78 stars 26 forks source link

Separate extension install from pip install #24

Closed parente closed 8 years ago

parente commented 8 years ago

Follows the current best practices for installing extensions on Jupyter 4.x:

Fixes #19

@lbustelo @jtyberg If we adopt this here, we have to adopt it everywhere (dashboards, declarativewidgets), because the JSON config file takes precedence over the .py config file for the server extensions list. (Keep in mind, we're already incompatible with extensions like nbgrader, nbpresent, ... which will clobber our hack-to-.py file config)