I couldn’t find any info online about whether or not you can create a web-app using voila on codespaces.
For instance, if you can create a link to a dashboard of your notebook that you can share with others. Probaly not possible, but I thought i’d double check.
Hopefully someone else can answer about codespaces.
You can though use GitHub easily in other ways to share a web app.
You can use Voici hosted on GitHub pages to serve a web app if you can use the WASM-based Python.
If you need full Python, you can use MyBinder-served session launched from a GitHub repo to serve Voila renderings. The Voila Gallery works this way.
The Voila-spotify example works, scroll down to around the middle of the page and try that one.
Thanks for answering!
Im confused though, isn’t codespaces in the cloud and not static if they offer virtual machines? If you can run a jupyter notebook on codespaces, couldn’t you then run jupyterlite?
Why must it be through voici?
I thought it had something to do with port forwarding and websockets
Like I said, I am not answering about codespaces, but suggesting ways I know work to share public content with other people accessing the content you set up to share as a webapp via Voici or Voila.