Jeremy Tuloup
Jeremy Tuloup
For now we point to the PlasmaBio documentation since it contains screenshots and explanations: https://docs.plasmabio.org/en/latest/environments/index.html Later we might want to move part of this documentation to the `tljh-repo2docker` repo if...
JupyterLab 4.0 will have support for customizing top bar items via the settings: https://github.com/jupyterlab/jupyterlab/pull/12586 We should then deprecate this extension, and link to the JupyterLab documentation. After JupyterLab 4.0 is...
It would be interesting if the voila gallery could also reuse prebuilt Docker images, for example created with [tljh-repo2docker](https://github.com/plasmabio/tljh-repo2docker). Then it wouldn't be necessary to periodically rebuild the images. And...
A couple of points that could be improved to make it easier to deploy custom galleries: - Docs to use a different theme for the landing page, or an easy...
It would be useful to have an overview diagram in the README.md file to get a quick idea of how the voila gallery plugin works as a TLJH plugin.
We currently install docker using the `tljh_extra_apt_packages` hook: https://github.com/voila-dashboards/tljh-voila-gallery/blob/f7bac2d76e17f4596fcfec60d1d0bb7d91c2f2b6/tljh-voila-gallery/tljh_voila_gallery/__init__.py#L75-L79 However the Docker documentation recommends uninstalling `docker.io` and use a different procedure instead: https://docs.docker.com/engine/install/ubuntu/ We could then add the steps to...
This PR Implements the idea from https://github.com/voila-gallery/gallery/pull/37#issuecomment-506722023 (option 2) so the gallery can be updated automatically. It also introduces the `GALLERY_REPO` environment variable to let the users configure where their...
One idea brought by @SylvainCorlay is to split `gallery.yaml` into different config files, so adding new examples consist of adding a new file instead of editing a single one (and...
Still very much of a wip. The idea is to switch to running `jupyterhub-singleuser` so we can make use of the activity tracking for the notebook server. ### TODO -...
Since there is a JupyterLab extension for Dash: https://github.com/plotly/jupyter-dash How feasible would it be to integrate WebDash with JupyterLite? Maybe there would need to be a new server federated extension...