- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 68
Closed
Labels
Milestone
Description
What's the problem this feature will solve?
Mesa v2.1 has introduced a mesa.experimental namespace that contains JupyterViz for model visualization in Jupyter notebooks (see projectmesa/mesa#1698 and projectmesa/mesa#1726).
It would be great to similarly have a corresponding set of widgets to visualize GeoSpaces in Jupyter notebooks and web apps too.
Describe the solution you'd like
Either extend the JupyterViz class or have a new class for Mesa-Geo. Currently Mesa uses the Solara framework to create UI components.
Additional context
- Pure Python Frontend for Mesa mesa#1622
- Visualization Tutorial in Mesa
- Map visualization using ipyleaflet in Solara
- ipyleaflet advanced
- pydeck