raesl.jupyter.cli#

ESL Jupyter kernel Command Line Interface.

Module Contents#

Functions#

install_my_kernel_spec([user, prefix])

_is_root()

jupyter()

Manage the Jupyter ESL kernel.

install(→ None)

Install the ESL Jupyter kernel spec.

run(f)

Run the ESL Jupyter kernel.

Attributes#

kernel_json

raesl.jupyter.cli.kernel_json#
raesl.jupyter.cli.install_my_kernel_spec(user=True, prefix=None)#
raesl.jupyter.cli._is_root()#
raesl.jupyter.cli.jupyter()#

Manage the Jupyter ESL kernel.

raesl.jupyter.cli.install(user: bool, sys_prefix: bool, prefix: str | None = None) None#

Install the ESL Jupyter kernel spec.

raesl.jupyter.cli.run(f: str)#

Run the ESL Jupyter kernel.