A directory sharing service for JupyterHub
Last updated Sep 8, 2025
56
Stars
18
Forks
11
Issues
0
Stars/day
Attention Score
32
Topics
Language breakdown
Python 92.6%
HTML 7.4%
▸ Files
click to expand
README
Note: No current work is planned for this project
hubshare
A directory sharing service for JupyterHub.
Important: This repo is in early development (it doesn't work).
Project goals
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).
- In-place or real-time sharing (these are tasks for the single-user server)
Specification
See specification.md for the planned spec.
🔗 More in this category