rht

Results 789 comments of rht

I just tested with 2 tabs (one in incognito) via Jupyter. The 2 simulations in the 2 tabs run in parallel, independently. This means that we can offload #481 to...

One complication is that, some users probably don't want to expose their full source code. I will ask at Solara Discord about this topic.

It seems to be a fixable problem. From Solara Discord: > Solara should work in multiple tabs. I can be that somewhere, your app has global shared state that's accessed...

Closing, because I think the next-gent frontend for Mesa should be based on Streamlit/Panel/ipywidgets. This would result in simpler code (plus for maintainability), and that it is easier to be...

Closed in favor of discussion in https://github.com/projectmesa/mesa/discussions/1622.

The issue (even on `batch_run`) and its solution have been well documented in https://mesa.readthedocs.io/en/stable/useful-snippets/snippets.html#using-multi-process-batch-run-on-windows. Closing.

I simplified the Boltzmann wealth model layout in https://github.com/projectmesa/mesa-examples/pull/44 into examples/boltzmann_wealth_model/: - model.py - app.py - `__init__.py` (so that the model is importable) To run the GUI, simply do `solara...

`mesa runserver` could later be a proxy to `solara run`, but probably later on in 3.0.