Just a simple Python code example for simulating the trajectory of the Rössler attractor. Find more information in these blog post
For reproducibility:
conda create -n attractor_networks -y python=3.11
conda activate attractor_networks
conda install mamba -y
mamba install -y numpy matplotlib scikit-learn ipykernel