jupyterhub / hubshare

A directory sharing service for JupyterHub
BSD 3-Clause "New" or "Revised" License
57 stars 21 forks source link

Example JupyterHub Service #15

Open dsblank opened 7 years ago

dsblank commented 7 years ago

I've updated our jupyterhub PublicHandler to be a JupyterHub Service:

https://github.com/BrynMawrCollege/jupyterhub

This will allow jupyterhub to render notebooks (like nbviewer) that are found in a user's public_html folder. There is also an associated button that copies notebooks to the public_html folder.

There are still some things hardcoded here, but might serve as a useful starting point. Also, Pull Requests accepted :)