Cyrus
Cyrus
Hi, I have installed `solara` using `pip install solara[assets]` inside a proxied environment (linux) and I am able to deploy and use my app without issues. However, I still see...
@mariobuikhuizen I have a use case too :). I am trying to build a [Solara](https://solara.dev/) app that renders an ipyaggrid that can crossfilter other Solara components/charts upon rows selection, as...
Sure, here is a simple Solara app where you can select rows from an `ipyaggrid` and display them in a `Solara.Dataframe` on the side. ```python from typing import cast import...