For folks who don’t know me , my name is dharhas and I lead the Nebari (https://nebari.dev) development team. I like to call Nebari an opinionated distribution of JupyterHub.
Anyway, there are three jupyterhub/jupyterlab extensions I wanted to let folks know about in case they are of use to others in the community. All of these have been tested and should work on vanilla jupyter/jupyterhub, they might need some tweaking to remove nebari css/logo etc. (I was originally hoping we could do that and also write a blog post before sharing, but things keep getting delayed).
- jhub-apps - This is a reworking of app/dashboard sharing to work on modern versions of jupyterhub (this is a replacement for cds-dashboards that only works for jhub<2).
- jupyterlab-gallery - This was build for Scipy 2024 tutorials and is sorta a more visual version of nbgitpuller
- jupyterlab-launchpad - This is a reimagining of the jupyter launcher for when you have potentially 100’s of python environments available. (Nebari allows folks to make environments on the fly so this is something we had to deal with)
Questions and Contributions are welcome.