From ea7436652ae8d4ca15034451ffbe1412cd0d438d Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Tue, 10 Sep 2024 08:10:46 +0200 Subject: [PATCH] Fix Solara import --- mesa_geo/visualization/geojupyter_viz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa_geo/visualization/geojupyter_viz.py b/mesa_geo/visualization/geojupyter_viz.py index 7b9d6960..08599345 100644 --- a/mesa_geo/visualization/geojupyter_viz.py +++ b/mesa_geo/visualization/geojupyter_viz.py @@ -2,7 +2,7 @@ import mesa.experimental.components.matplotlib as components_matplotlib import solara import xyzservices.providers as xyz -from mesa.experimental import jupyter_viz as jv +from mesa.experimental import solara_viz as jv from solara.alias import rv import mesa_geo.visualization.leaflet_viz as leaflet_viz