jupyter-incubator / contentmanagement

Jupyter Content Management Extensions
Other
78 stars 26 forks source link

Separate install and config #19

Closed parente closed 8 years ago

parente commented 8 years ago

Desired UX:

pip install jupyter_cms
jupyter cms [install,activate,deactivate]

See https://github.com/jupyter/nbgrader/blob/master/nbgrader/apps/extensionapp.py for how nbgrader does it.

Ref: jupyter-incubator/dashboards#156, jupyter-incubator/dashboards#155