voila-dashboards / voici

Voici turns any Jupyter Notebook into a static web application
https://voici.readthedocs.io/
Other
156 stars 9 forks source link

Support custom drives #102

Open jtpio opened 10 months ago

jtpio commented 10 months ago

Problem

Currently JupyterLite supports custom drives, such as:

Could Voici also support custom drives?

Proposed Solution

It would be nice if Voici could also support custom drives.

This could make it easier for deployment fetching their files and notebooks from a custom location.

This might need some configuration to be able to select the drive for a dashboard, which could be done at the addon level.

Additional context

This could be relevant to this upstream issue: https://github.com/jupyterlite/jupyterlite/issues/1041