jupyter-incubator / contentmanagement

Jupyter Content Management Extensions
Other
78 stars 26 forks source link

Bundler CLI and quick-setup #36

Closed parente closed 8 years ago

parente commented 8 years ago
  1. Implement a jupyter bundler subcommand so that dashboards_bundlers, kernel_gateway_bundlers, and others can easy install / uninstall their bundler implementations without needing a CLI of their own in Notebook 4.2 and up. Also makes the bundler aspects of this extension cleanly separable from the rest so that it might one day move to notebook proper.
  2. Implement jupyter cms quick-setup to cut the four bash commands needed to setup all parts of the extension down to one. Implement jupyter cms quick-remove as the mirror option.

Continuation of #35 after I realized that the bundler install logic would no longer get run since jupyter cms activate was no longer run.

jtyberg commented 8 years ago

1 command >> 3 commands.

LGTM