jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

A way to delete notebooks/dashboards #250

Closed parente closed 8 years ago

parente commented 8 years ago

The server has an API for posting notebooks. There's no API for deleting them (e.g., if one is accidentally posted, if it's old and should be removed.)

There's also no UI for using such an API anywhere yet. IMHO, we shouldn't grow an admin UI here since the dashboard server is more likely to be used as part of a bigger solution where that UI will be implemented elsewhere (e.g., Jupyter Hub).

A simple CLI, though, would also solve #208 ...