TutorialΒΆ

This tutorial will walk you through the main features of Atoti.

Everything is available as Jupyter notebooks. If you have already installed our library we encourage you to play these notebooks in JupyterLab.

In your Conda envrionment, start JupyterLab:

jupyter lab

Create a Python notebook and run this cell to copy the full tutorial:

from atoti import copy_tutorial
copy_tutorial("tutorial")

For more information about a functionality, you can search for it in the online documentation here or use Shift+Tab on a method in JupyterLab.