We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3900d commit ce4724eCopy full SHA for ce4724e
mesa/experimental/components/altair.py
@@ -7,6 +7,7 @@
7
with contextlib.suppress(ImportError):
8
import altair as alt
9
10
+
11
@solara.component
12
def SpaceAltair(model, agent_portrayal, dependencies: Optional[list[any]] = None):
13
space = getattr(model, "grid", None)
0 commit comments