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.
- Host: GitHub
- URL: https://github.com/jofmi/agentpy_workshop
- Owner: jofmi
- License: mit
- Created: 2021-03-04T15:11:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T16:29:59.000Z (over 4 years ago)
- Last Synced: 2025-04-11T20:22:22.240Z (about 1 year ago)
- Topics: agent-based-modeling, agentpy
- Language: Jupyter Notebook
- Homepage: https://agentpy.readthedocs.io/
- Size: 29.7 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agentpy Workshop
[](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