Package io.deephaven.engine.util.jpy
Class JpyInit
java.lang.Object
io.deephaven.engine.util.jpy.JpyInit
Initializes Jpy.
A guarded initialization via
JpyConfigExt.startPython()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
init()
First, checksConfiguration.getInstance()
for any explicit jpy properties.
-
Constructor Details
-
JpyInit
public JpyInit()
-
-
Method Details
-
init
First, checksConfiguration.getInstance()
for any explicit jpy properties. If none are set, it will source the configuration fromJpyConfigFromSubprocess.fromSubprocess(Duration)
.- Throws:
IOException
- if an IO exception occursInterruptedException
- if the current thread is interruptedTimeoutException
- if the command times out
-