Installation#

If you need help, reach out on GitHub.

Atoti can be installed either as a Python package or as a Conda package.

Conda package (discouraged)#

Install conda with an installer such as Miniforge .

Add the Atoti channel:

conda config --add channels https://activeviam.jfrog.io/artifactory/api/conda/conda

Create a new Conda environment:

conda create --name atoti

Activate it:

conda activate atoti

Install Atoti and its JupyterLab extension:

conda install atoti atoti-jupyterlab

Offline#

Tools such as pip download or conda pack can be used to facilitate offline installation.