atoti.Session.start#

classmethod Session.start(config=None, /, **kwargs)#

Start a new Atoti server subprocess and connect to it.

If the JAVA_HOME environment variable is not defined or if it points to an unsupported Java version, the JVM from jdk4py will be used instead.

Parameters:

config (SessionConfig | None) – The config of the session.

Return type:

Session