Skip to main content
classmethod Session.start(
    config: SessionConfig | None = None,
    /,
    **kwargs: Unpack[_StartPrivateParameters],
) → Self
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

The config of the session.
See also: connect()