.. SPDX-FileCopyrightText: 2026 cusy GmbH .. .. SPDX-License-Identifier: BSD-3-Clause Jupyter Notebooks ================= Most AI functions work better with simple :file:`.py` files than with :file:`.ipynb` notebooks. If you want to use both notebook-style execution and comprehensive AI support, use the cell markers ``# %%`` in :file:`.py` files. AI agents such as Cursor and IDEs such as VS Code support the execution of these cells as interactive cells.