Skip to the content.

The team

The cellworld Library

Use the cellworld library to generate new world configurations or open existing ones, explore experimental results, plot results and more.

Prerequisites

Python 3.6 or newer.

Installation

>> pip pinstall cellworld

Examples

Opening a world from the library

code:

import cellworld as cw
import matplotlib.plyplot as plt
world = cw.World.get_from_parameters_names("hexagonal", "canonical", "21_05")
display = cw.Display(world)
plt.show()

result: world21_05

Presentations of science done with cellworld

Presentation on Nov 1 2023 to the Northwestern Institute on Complex Systems