euporie.core.kernel.EuporieKernelManager

class euporie.core.kernel.EuporieKernelManager(**kwargs: Any)

Kernel Manager subclass.

jupyter_client replaces a plain python command with the current executable, but this is not desirable if the client is running in its own prefix (e.g. with pipx). We work around this here.

See https://github.com/jupyter/jupyter_client/issues/949