-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add method to make geospace as a solara component
- Loading branch information
Showing
3 changed files
with
42 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# Import specific classes or functions from the modules | ||
from mesa_geo.visualization.geojupyter_viz import GeoJupyterViz | ||
from mesa_geo.visualization.leaflet_viz import LeafletViz | ||
from .components.geospace_leaflet import make_geospace_leaflet | ||
|
||
__all__ = ["GeoJupyterViz", "LeafletViz"] | ||
__all__ = ["make_geospace_leaflet"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.