.. Live Cells Python documentation master file, created by
   sphinx-quickstart on Sat May  4 20:38:45 2024.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Live Cells Python's documentation!
=============================================

Live Cells Python is a reactive programming library for Python, ported
from Live Cells for Dart.

To install Live Cells Python run the following command:

.. code-block:: shell

   pip install live-cells-py

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   basics/cells.rst
   basics/cell-expressions.rst
   basics/pitfalls.rst
	     
   modules.rst


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`