An open API service indexing awesome lists of open source software.

https://github.com/jofmi/agentpy_workshop

Interactive notebooks with tutorials for the agentpy package.
https://github.com/jofmi/agentpy_workshop

agent-based-modeling agentpy

Last synced: about 1 year ago
JSON representation

Interactive notebooks with tutorials for the agentpy package.

Awesome Lists containing this project

README

          

# Agentpy Workshop

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/JoelForamitti/agentpy_workshop/HEAD)

Interactive notebook with tutorials for the [AgentPy](https://agentpy.readthedocs.io) package (v0.1.5).

To run the notebook in a virtual environment, you can launch this repository in [binder](https://mybinder.org/v2/gh/JoelForamitti/agentpy_workshop/HEAD).

To run this notebook on your local machine, you need a working installation of Python 3.6 or higher. To install Jupyter and learn how to open a notebook, click [here](https://jupyter.org/install). The required packages for this workshop can be installed with:

pip install -r requirements.txt