-
### Discussed in https://github.com/widgetti/solara/discussions/128
Originally posted by **Ljupch0** May 30, 2023
Hi Maarten,
Thank you for your work!
In my use case I envisioned Solara …
-
This code used to work, but now it hangs forever
## Version info
solara 1.10.0
plotly 5.9.0
code
```
import pandas as pd
import solara as sl
import plotly.express as px
@sl.component
d…
-
Consider the following example of a tree view with `open` and `active` props synced to solara reactives:
```python
import solara
items = [
{
"name": "Measurement_1",
"ico…
-
Hi,
I'm trying to figure out how to implement a Card Reveal component (using ipyvuetify/reacton/solara), similar to the example shown on [vuetify docs](https://v2.vuetifyjs.com/en/components/cards/…
-
![image](https://github.com/widgetti/solara/assets/29002083/53735bc1-662c-4b7b-ac51-3dacecb89a28)
I've encountered a display issue with the chatbox avatar in our application that I'm hoping you can h…
-
I'm trying to use `.connect` on a `solara.InputFloat`, because I'm trying to adapt the `scatter.py` app example.
However, this is a `solara.component`, instead of a `reacton.value_component`.
I w…
-
I am currently trying to use the [Solara testing](https://solara.dev/docs/howto/testing) framework to try and do unit/regression testing of the rendering of Jupyter widgets, and I was wishing that I c…
-
I'm trying to use FileInput to read a file from my local machine in a databricks notebook.
I considered ipywidgets, but databricks doesn't seem to support the file upload feature in ipywidgets -
…
-
This relates to the reporting of students' progress on the educator dashboard. Until now, we've been calculating progress by referencing a fixed list of markers in each stage. This means that if we ad…
-
Would it be possible to make keys / key-bindings / correspond to button clicks.
I.e. one button can be linked to `Return`, another to arrow-key, etc..