-
I want to propose to rename `JupyterViz` to `SolaraViz` in the [visualization](https://github.com/projectmesa/mesa/tree/main/mesa/visualization). We build heavily onto Solara, and it's also used outsi…
-
**What's the problem this feature will solve?**
Improve contributor guide
**Describe the solution you'd like**
A more prominent contribution guide broken into 2 parts
- [ ] 1. for completely ne…
-
Hey,
I am using ipyleaflet for my work. I would like to draw rectangles on my map with DrawControl.
```Python
from ipyleaflet import Map, DrawControl
map = Map(center=(49.115469, -1.082814)…
-
### Acknowledgement of preliminary instructions
- [X] I have read the preliminary instructions, and I am certain that my problem has not already been addressed.
- [ ] My answer given in the checkbox …
-
Hi, I was trying to test auth in a Solara app and noticed that somewhere along the way redirect urls get overwritten by a default values rather than use the `SOLARA_BASE_URL` that I set in my environm…
-
This is not urgent for me. But it would be super nice finally to get nested paths like `/apps/panel` supported with Panel enabling much nicer organisation of paths. Not being able to nest paths is qui…
-
If you want to use the widget with a data app framework like [Panel](https://panel.holoviz.org/reference/index.html), Shiny Py or Solara you want to be in the control of the location and style of butt…
-
The `sdssdb` peewee syntax for using the new `catalogdb.sdss_id_to_catalog` view fails to load. Looks like there's a missing column?
```
from sdssdb.peewee.sdss5db import database as pdb, catalo…
-
In the new Solara version, after moving from Stage 3 to 4 (or 4 to 5), the app will randomly put itself back to the previous stage.
This is an issue we had in the past with the voila version that w…
-
run.py always contains a few lines of code. Should we merge it into server.py to simplify the coding convention? If people need to call `server.launch` from a different files (e.g. running Mesa simula…