Skip to main content
If you need help, reach out on GitHub. Atoti and its plugins (such as the JupyterLab extension) are available on PyPI and can thus be installed with package managers such as uv:
or pip:

Advanced

ActiveViam repository

Installing Atoti Python SDK packages with PyPI is the easiest way but they can also be downloaded from ActiveViam’s repository by configuring https://activeviam.jfrog.io/artifactory/api/pypi/pypi/simple/ as an extra-index-url.

Client only

Or, with the JupyterLab extension extra:

Custom JDK

Installing atoti will install jdk4py: a Python package embedding a JDK including all the Java modules required to run Atoti. Projects willing to use their own JDK can skip the installation of jdk4py:
This requires the JAVA_HOME environment variable to point to a JDK >=25.

Offline

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