Investigate architecture improvements for Voila service #3

Open
opened 2021-11-17 09:23:48 +00:00 by 3wordchant · 0 comments
Owner

The optional Voila service basically duplicates the entire app / jupyter/datascience-notebook service, just installing 1 extra pip package, and changing command. I'm suspicious this might be a waste of resources, and needless additional complexity -- wondering if we can just add Viola to the main service instead, or if there's a lighter Viola image that can be pointed at the existing Jupyter Hub for calculations instead of its own instance.

The optional [Voila](https://voila.readthedocs.io/) service basically duplicates the entire `app` / `jupyter/datascience-notebook` service, just installing 1 extra pip package, and changing `command`. I'm suspicious this might be a waste of resources, and needless additional complexity -- wondering if we can just add Viola to the main service instead, or if there's a lighter Viola image that can be pointed at the existing Jupyter Hub for calculations instead of its own instance.
3wordchant changed title from Investigate architecture improvements for Viola service to Investigate architecture improvements for Voila service 2026-05-28 17:00:33 +00:00
Sign in to join this conversation.