DOKK / manpages / debian 11 / jupyter-client / jupyter-kernel.1.en
JUPYTER-KERNEL(1) General Commands Manual JUPYTER-KERNEL(1)

jupyter-kernel - Run a kernel locally in a subprocess

jupyter kernel <options>

jupyter-kernel provides a wrapper to invoke computational kernels known to jupyter.

--debug

Set log level to logging.DEBUG (maximize logging output)

--kernel=KERNEL

Name of kernel to launch (default: python3)

--ip=IP

IP to listen on. Setting this to other than the default (localhost) will allow clients on other hosts to connect.