trungleduc / jupyter_app_launcher

A JupyterLab extension to create custom launcher entries.
https://jupyter-app-launcher.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
53 stars 11 forks source link

Feature request: use the voila-preview from the voila package #26

Closed edwardsp closed 1 year ago

edwardsp commented 1 year ago

The voila package creates a preview where you can display with voila from jupyterlab by prefixing the URL with voila/render/. This will display without running voila as a separate process on a different port (this helps me as I am running with Open OnDemand where the base URL contains the hostname and port in the path).

trungleduc commented 1 year ago

Hi, I think the url launcher should work in your case?

edwardsp commented 1 year ago

Yes, you are right, thank you - I didn't realise I could use a relative URL.