Ruslan Klymentiev
Results
2
comments of
Ruslan Klymentiev
Hi Allen, thanks for reaching out about this problem. I am aware that it happens, but unfortunately I don't know how to fix that. Since code runs on [Binder server](https://mybinder.org/)...
Good point, I haven't checked that. The following code works fine: ``` model = MoneyModel(100, 10, 10) for _ in range(100): model.step() model.datacollector.get_agenttype_vars_dataframe(agent_type=MoneyAgent) ``` It appears that the problem lies...