Brian Cherinka
Brian Cherinka
Is it possible to create a multi-page app without forcing the creation of an app bar with tabbed pages? I effectively have two "single-page" apps, each with their own top-level...
With solara 1.28.0 and either jdaviz 3.8.2 or `main`, the theme of jdaviz doesn't render fully when the app is sub-mounted in fastapi versus when run by solara server directly....
Is there a mechanism for submitting data via a POST request to one or more Solara components, similar to the requestWidget in the Voila-Embed code? If so, are there any...
Is there a way to access the available slots in a Solara component for the underlying ipyvuetify component? For example, I'd like to use the `selection` slot for the Vuetify...
What's the best way to add FastAPI CORS middleware to solara? I tried two approaches ### Method 1 Adding in the following code at the module level results in a...
### Jdaviz component Specviz ### What is the problem this feature will solve? I have spectra with lots of noise at the far blue edge, which blows up the y...
### Jdaviz component Other (explain in Description below) ### Description Not a bug per se. Data loading into the image viewers for all viz tools is now noticeably slower after...
We're in the process of integration our web authentication for the jdaviz site with voila-embed. Basically we need to restrict access to certain data based on user's authorization. Do `ipyvuetify`...
After updating to gain the #16 fix, we're now getting CSS that overrides our custom CSS. If I understand #16, that set up the template to use Jupyter Lab as...
When testing the latest PR for 0.2.8 compatibility, https://github.com/mariobuikhuizen/voila-embed/pull/21, I'm now getting a `no current kernel` error message in the dev console. ``` voila.js:455 Uncaught (in promise) Error: No current...