Is there a standard way to publish interactive Mesa models on the web? I'm particularly interested in publishing multiple related models together. I'm wondering about setting up a webapp on a sandbox/dev server as an alternative to using Colab for project team members to work with the simulations we're developing.
It seems like the new jupyterviz / solara code may make this easier. I see from the Solara deploy documentation that Solara apps can be embedded in Flask, so it seems like it should be possible to embed multiple different solara apps at different urls within a single Flask app.
Would appreciate any advice or input on how to proceed or examples if anyone has done something like this.
Is there a standard way to publish interactive Mesa models on the web? I'm particularly interested in publishing multiple related models together. I'm wondering about setting up a webapp on a sandbox/dev server as an alternative to using Colab for project team members to work with the simulations we're developing.
It seems like the new jupyterviz / solara code may make this easier. I see from the Solara deploy documentation that Solara apps can be embedded in Flask, so it seems like it should be possible to embed multiple different solara apps at different urls within a single Flask app.
Would appreciate any advice or input on how to proceed or examples if anyone has done something like this.