-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename JupyterViz to SolaraViz #2187
Conversation
Note: JupyterViz is still available. It's an alias to SolaraViz. i.e. This is not a breaking change. |
for more information, see https://pre-commit.ci
Performance benchmarks:
|
Thanks for the PR! Just to double check, |
Actually, it could have been called just Another backend would be Dash, see. e.g. vizro which has really good looking visualization: https://github.com/mckinsey/vizro. |
But then that would be a new function right? So instead of importing from mesa.visualization import SolaraViz We add a new, second function called DashViz for visualization, so you could also do: from mesa.visualization import DashViz |
Yes, it would be a new function/class. |
Fixes #2175.