Import and setup ---------------- To get started, import the necessary modules: .. code-block:: python from pynamicalsys import DiscreteDynamicalSystem as dds If you don't have **pynamicalsys** installed, check the :doc:`installation guide `. Please also make sure to import Numpy, Matplotlib, and Seaborn, as they are required for numerical computations and visualizations: .. code-block:: python import numpy as np import matplotlib.pyplot as plt import seaborn as sns