-
The naming of `mesa.visualization.components.altair` and `mesa.visualization.components.matplotlib` can cause namespace clashes. They thus need to be renamed to e.g., `altair_components` and `matplotl…
-
# Overview
I'd like to propose some enhancements to the `InputDate` and `InputDateRange` controls.
## Support for a monthly date resolution
With many reporting applications, it is common to b…
-
The plotly figure works when drawing shapes, but fails with the following error when moving them or resizing them. Using code directly from example source.
```
ERROR: Uncaught exception: Traceb…
-
Currently, FileDrop only supports single file upload. If you drag multiple files, it only processes one of them. Is there a plan to implement multiple file support? If you can provide some tips, I can…
-
I can't even add this library into script because when I add the loadstring, this error appears
![image](https://github.com/user-attachments/assets/76305c95-7b83-497a-9660-842dd3ff77e7)
-
I'm not sure if I should have opened this issue in solara's repo since it seems to use reacton/ipyvuetify, but I would like to suggest changing the [Select](https://solara.dev/api/select) `values` par…
-
If you have a standalone function you can do
```view
@pn.depends(value1=object1.param.value, value2=object2.param.value)
def view(value1, value2):
...
```
But if its a class method you c…
-
I'm working one some some code generating altair charts and they display just fine when I use the local solara runserver, but when I try to render them in jupyter and colab, nothing displays.
I do…
-
I'm trying to create a `solara=1.19.0` component in `jupyterlab=4.0.5` with `ipywidgets=8.1.0` (on Windows)
I have `from_date = sol.use_reactive(cast(Optional[str], None))` which will be set to (a …
-