J-M
J-M
Same issue with the latest current versions from pip (albeit with a hybrid pip/conda-forge environment), and jupyter-flex example notebooks. ```text voila 0.5.6 jupyter-flex 0.9.1 ipywidgets 8.0.4 ``` As pointed in...
Stuck on "... building dashboard ..." and 404 GET /voila/templates/flex/static/jupyter-flex-embed.js
For readers of this thread, note there was a security fix to voila, do not use `voila==0.2.16` but `voila==0.2.17` or above if any in the future. See [Voila security updates](https://discourse.jupyter.org/t/voila-0-2-17-0-3-8-0-4-4-0-5-6-security-update-out-cve-2024-30265/24960)
Stuck on "... building dashboard ..." and 404 GET /voila/templates/flex/static/jupyter-flex-embed.js
@benoitfrisque I've just deployed last night a web app with an upgraded environment voila 0.2.17, and it works fine, so far as I tested interactively. I could operate ipywidget based...
Stuck on "... building dashboard ..." and 404 GET /voila/templates/flex/static/jupyter-flex-embed.js
No idea why you get this behavior. I don't know how jinja detects templates provided by other packages. I've had a quick search over the jinja codebase, [https://github.com/search?q=repo%3Apallets%2Fjinja%20TemplateNotFound&type=code](https://github.com/search?q=repo%3Apallets%2Fjinja%20TemplateNotFound&type=code) but this...
I can confirm this looks like a side effect of `numpy f2py` move to `meson`, which seems compulsory with `python>=3.12`. The following downgrade fixes my issue: ```sh mamba uninstall meson...
While working around this I got a hunch that a root cause may be jupytext synchronised files side by side (blah.py, blah.ipynb). Even if your `nav` section only uses the...