Skip to content

Commit

Permalink
* change the tutorial to geo schelling
Browse files Browse the repository at this point in the history
* add geoschelling data
* incorporate `jupyter-bridge`
  • Loading branch information
tpike3 committed Apr 16, 2024
1 parent c0c58a2 commit 2addbee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 303 deletions.
303 changes: 0 additions & 303 deletions docs/tutorials/intro_tutorial.ipynb

This file was deleted.

1 change: 1 addition & 0 deletions mesa_geo/geoexperimental/geojupyter_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def handle_change_model_params(name: str, value: any):
def render_in_jupyter():
# TODO: Build API to allow users to set rows and columns
# call in property of model layers geospace line; use 1 column to prevent map overlap

with solara.Row(
justify="space-between", style={"flex-grow": "1"}
) and solara.GridFixed(columns=2):
Expand Down

0 comments on commit 2addbee

Please sign in to comment.