You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SolaraViz cannot be run in local Python scripts despite following official documentation. Only works in Jupyter notebooks, which is inadequate for most ABM development workflows.
Environment
Python version: 3.13.5
Mesa version: 3.2.0
OS: Windows 11
Installation method: pip
Current Issues Preventing Local Development:
solara.run() method doesn't exist in current API
solara.server.run() method doesn't exist
page.run() fails with "AttributeError: 'Element' object has no attribute 'run'"
Command line solara run filename.py fails with various import errors
Official documentation examples don't work for local scripts