jupyter_client
7.4
User Documentation
Messaging in Jupyter
Developer documentation
Making kernels for Jupyter
Making simple Python wrapper kernels
Customizing the kernel’s runtime environment
Pending Kernels
API
jupyter_client API
jupyter_client
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
W
_
__apply_env_substitutions() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
_finalize_env() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
A
argv (jupyter_client.kernelspec.KernelSpec attribute)
AsyncKernelClient (class in jupyter_client)
B
banner (MyKernel attribute)
blocking_client() (jupyter_client.KernelManager method)
BlockingKernelClient (class in jupyter_client)
C
cleanup() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
client() (jupyter_client.KernelManager method)
comm_info() (jupyter_client.KernelClient method)
complete() (jupyter_client.KernelClient method)
connection_info (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase attribute)
create_provisioner_instance() (jupyter_client.provisioning.factory.KernelProvisionerFactory method)
D
default_provisioner_name (jupyter_client.provisioning.factory.KernelProvisionerFactory attribute)
display_name (jupyter_client.kernelspec.KernelSpec attribute)
do_complete() (MyCustomKernel method)
do_execute() (MyKernel method)
do_history() (MyCustomKernel method)
do_inspect() (MyCustomKernel method)
do_is_complete() (MyCustomKernel method)
do_shutdown() (MyCustomKernel method)
E
env (jupyter_client.kernelspec.KernelSpec attribute)
environment variable
JUPYTER_PATH
execute() (jupyter_client.KernelClient method)
execute_interactive() (jupyter_client.BlockingKernelClient method)
F
find_kernel_specs() (in module jupyter_client.kernelspec)
(jupyter_client.kernelspec.KernelSpecManager method)
G
get_all_specs() (jupyter_client.kernelspec.KernelSpecManager method)
get_control_msg() (jupyter_client.BlockingKernelClient method)
get_iopub_msg() (jupyter_client.BlockingKernelClient method)
get_kernel() (jupyter_client.MultiKernelManager method)
get_kernel_spec() (in module jupyter_client.kernelspec)
(jupyter_client.kernelspec.KernelSpecManager method)
get_provisioner_info() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
get_shell_msg() (jupyter_client.BlockingKernelClient method)
get_shutdown_wait_time() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
get_stdin_msg() (jupyter_client.BlockingKernelClient method)
H
has_process (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase property)
history() (jupyter_client.KernelClient method)
I
implementation (MyKernel attribute)
implementation_version (MyKernel attribute)
input() (jupyter_client.KernelClient method)
inspect() (jupyter_client.KernelClient method)
install_kernel_spec() (in module jupyter_client.kernelspec)
(jupyter_client.kernelspec.KernelSpecManager method)
interrupt_kernel() (jupyter_client.KernelManager method)
is_alive() (jupyter_client.BlockingKernelClient method)
(jupyter_client.KernelManager method)
is_complete() (jupyter_client.KernelClient method)
is_provisioner_available() (jupyter_client.provisioning.factory.KernelProvisionerFactory method)
J
jupyter_client
module
jupyter_client.kernelspec
module
jupyter_client.provisioning.factory
module
jupyter_client.provisioning.local_provisioner
module
jupyter_client.provisioning.provisioner_base
module
JUPYTER_PATH
K
kernel_id (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase attribute)
kernel_name (jupyter_client.KernelManager attribute)
kernel_spec (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase attribute)
KernelClient (class in jupyter_client)
KernelManager (class in jupyter_client)
KernelProvisionerBase (class in jupyter_client.provisioning.provisioner_base)
KernelProvisionerFactory (class in jupyter_client.provisioning.factory)
KernelSpec (class in jupyter_client.kernelspec)
KernelSpecManager (class in jupyter_client.kernelspec)
kill() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
L
language (jupyter_client.kernelspec.KernelSpec attribute)
language_info (MyKernel attribute)
launch_kernel() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
list_kernel_ids() (jupyter_client.MultiKernelManager method)
load_connection_file() (jupyter_client.KernelClient method)
load_connection_info() (jupyter_client.KernelClient method)
load_provisioner_info() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
LocalProvisioner (class in jupyter_client.provisioning.local_provisioner)
M
metadata (jupyter_client.kernelspec.KernelSpec attribute)
module
jupyter_client
jupyter_client.kernelspec
jupyter_client.provisioning.factory
jupyter_client.provisioning.local_provisioner
jupyter_client.provisioning.provisioner_base
MultiKernelManager (class in jupyter_client)
MyCustomKernel (built-in class)
MyKernel (built-in class)
N
name (jupyter_client.kernelspec.NoSuchKernel attribute)
NoSuchKernel
P
poll() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
post_launch() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
pre_launch() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
provisioner (jupyter_client.KernelManager attribute)
R
remove_kernel() (jupyter_client.MultiKernelManager method)
resource_dir (jupyter_client.kernelspec.KernelSpec attribute)
restart_kernel() (jupyter_client.KernelManager method)
run_kernel() (in module jupyter_client)
S
send_signal() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
shutdown() (jupyter_client.KernelClient method)
shutdown_all() (jupyter_client.MultiKernelManager method)
shutdown_kernel() (jupyter_client.KernelManager method)
shutdown_requested() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
signal_kernel() (jupyter_client.KernelManager method)
start_channels() (jupyter_client.KernelClient method)
start_kernel() (jupyter_client.KernelManager method)
(jupyter_client.MultiKernelManager method)
T
terminate() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
to_json() (jupyter_client.kernelspec.KernelSpec method)
W
wait() (jupyter_client.provisioning.provisioner_base.KernelProvisionerBase method)
wait_for_ready() (jupyter_client.BlockingKernelClient method)