ExploreApp

streamlit_app.ExploreApp(run=True, **run_kwargs)

Launch the Explore app (maps, weights, Moran/LISA, space-time views).

Parameters

Name Type Description Default
run bool Start the subprocess (default). False returns the command line instead. True
**run_kwargs Any Server options forwarded to streamlit runport, host, headless, base_url_path. {}

Examples

import geometrics.streamlit_app as apps

apps.ExploreApp(port=8601)  # doctest: +SKIP