Note: No current work is planned for this project
A directory sharing service for JupyterHub.
Important: This repo is in early development (it doesn't work).
This project's primary goal is enabling simple, coarse sharing of notebooks within a JupyterHub instance.
The release of JupyterHub v0.7 added support for Services. The availability of Services provides the base foundation for a directory sharing service.
General goals:
- The sharing unit is directories.
- publish and download are explicit actions (no sharing in-place).
These are explicitly not goals and are out of this project's scope:
- In-place or real-time sharing (these are tasks for the single-user server)
See specification.md for the planned spec.