Corvince / mesa-interactive

MIT License
3 stars 3 forks source link

Inspect and watch agents #10

Open EwoutH opened 11 months ago

EwoutH commented 11 months ago

It would be awesome to be able to follow and watch agents closer, especially now that you can track them across time.

Like currently in NetLogo (watch left, inspect right):

Screenshot_290

Corvince commented 11 months ago

Nice idea! First step could be a DataFrame of a specific agent and its properties. That would be quite simple with solaras DataFrame widget

EwoutH commented 11 months ago

First step could be a DataFrame of a specific agent and its properties. That would be quite simple with solaras DataFrame widget

That sounds very useful!

Maybe add a small box where you can type the unique_id of the agent, and it then show the dataframe of that agent.