TutorialΒΆ

The tutorial is made of Jupyter notebooks walking you through the main features of atoti.

If you have already installed our library, we encourage you to play these notebooks in JupyterLab. To do so, in your Conda or pip environment:

  • Copy the tutorial:

python -m atoti.copy_tutorial tutorial
  • Open JupyterLab:

jupyter lab
  • Open the created tutorial directory and start playing its notebooks.

For more information about a functionality, you can use the API reference or Shift-Tab on a Python symbol in JupyterLab.