Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
- kwargs (Unpack [ _StartPrivateParameters ])
- Return type: Self
See also:
connect()