voila-dashboards / voici

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

Compute base_url as relative path #27

Closed martinRenou closed 1 year ago

martinRenou commented 1 year ago

References

When served from an higher directory than the jupyterlite output, the tree template would generate broken links to /voila/render/my-notebook.ipynb. This PR fixes it by computing the base_url relatively to the current path.

martinRenou commented 1 year ago

Trusting the CI and merging