raesl.jupyter.cli
#
ESL Jupyter kernel Command Line Interface.
Module Contents#
Functions#
|
|
|
|
|
Manage the Jupyter ESL kernel. |
|
Install the ESL Jupyter kernel spec. |
|
Run the ESL Jupyter kernel. |
Attributes#
- 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.