-
Notifications
You must be signed in to change notification settings - Fork 877
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
viz: Combine code for rendering in browser and Jupyter #2180
Conversation
Clarification: the screenshot was taken from a Jupyter notebook UI. |
Performance benchmarks:
|
Request for review: @projectmesa/maintainers |
@rht I took a look at this and tried to run it --- can you explicitly point me to the code that demonstrates this? |
You have to run https://github.com/projectmesa/mesa-examples/tree/main/examples/schelling_experimental (after manually editing |
Thank you. I wonder if this is an opportunity to create an example of the solara app in a jupyter notebook? Regardless, this LGTM. |
Will do during the revamp of the examples to Mesa 3.0. |
Looks like good stuff, thanks for working on this! |
I would like to resolve this error in the stable version of our Visualization Tutorial. Apparently this PR does that for the main mesa branch. Can we cherry pick some part of it (in a non-breaking way) to resolve this warning on Mesa 2.3.x? |
This unifies the rendering code, simplifying it and reducing maintenance overhead. Solara now has a built-in way to show the sidebar, when the hamburger button is clicked. @tpike3 you might want to update the Mesa-Geo equivalent.