We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I was wondering if anyone can advise me on how I can change the general look and feel of the UI. Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered:
Did you refer to mesa.visualization.ModularServer? For this one, you can modify https://github.com/projectmesa/mesa-viz-tornado/blob/main/mesa_viz_tornado/templates/modular_template.html with CSS, and change the layout and so on. This requires forking Mesa and modifying the HTML/JS files that are used by ModularServer.
mesa.visualization.ModularServer
ModularServer
There is also mesa.experimental.JupyterViz, you can see how this can be tweaked in #1825 and #1800, and with CSS (see e.g.
mesa.experimental.JupyterViz
mesa/mesa/experimental/jupyter_viz.py
Lines 137 to 143 in d92b742
Sorry, something went wrong.
Hi @rht thank you for pointing me to those resources. I'll try using mesa.experimental.JupyterViz
No branches or pull requests
Hi! I was wondering if anyone can advise me on how I can change the general look and feel of the UI.
Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: