euporie.core.kernel.jupyter_manager.LocalProvisioner
- class euporie.core.kernel.jupyter_manager.LocalProvisioner(**kwargs: Any)
LocalProvisioneris a concrete class of ABCKernelProvisionerBaseand is the out-of-box default implementation used when no kernel provisioner is specified in the kernel specification (kernel.json). It provides functional parity to existing applications by launching the kernel locally and usingsubprocess.Popento manage its lifecycle.This class is intended to be subclassed for customizing local kernel environments and serve as a reference implementation for other custom provisioners.