-
Reported here:
https://x.com/maartenbreddels/status/1811113969832137005
Code:
https://py.cafe/maartenbreddels/stackview-clusterplot
Error:
```
File "/lib/python3.11/site-packages/stackview/_…
-
Note that use_task should also by default take dependencies=None as argument to be less confusing compare to task (it shouldn't autorun, just be component local)
See https://github.com/widgetti/sol…
-
```python
from solara import *
import pandas as pd
import ipydatagrid
import ipywidgets as widgets
df_test = pd.DataFrame({"name": ["seg_1", "seg_2", "seg_3"], "value": [1, 2, 3]})
@sola…
-
**anuar menco - 17:34**
Hola a todos, este es un mensaje automático para informarles que mi extensión Tactiq (https://tactiq.io/r/transcribing) está transcribiendo esta reunión para que pueda brindar…
-
Currently there are some features that are only available in mesa (eg. visualization). While we work on refactoring those, we could have a "fallback" to convert on-the-fly a mesa-frames object to a me…
-
I'm getting the following error when attempting to run Solara with version 1.29+:
```
PermissionError: [Errno 13] Permission denied: '/usr/local/share/jupyter/nbextensions/jupyter-vuetify/extensio…
-
When attempting to execute the script, it gives an error about utilites, I suspect my executor, Solara, and most other executors are unable to load the GUI.
Is it possible to change the GUI in a wa…
-
If you have a styled ```df = pandas.DataFrame().style```, you can pass it as ```sdf = solara.DataFrame(df.data)``` but you loose the styling that was applied to df. So if columns were hidden by the st…
-
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/…
-
SqlAlchemy provides powerful object models for objects mapped to database, and with version 2.0 supports models mapped as dataclasses.
Using sqlalchemy dataclass models within reactive shows some …