Home
last modified time | relevance | path

Searched refs:NoSuchKernel (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-jupyter-client/jupyter_client-6.1.12/jupyter_client/tests/
H A Dtest_client.py11 from jupyter_client.kernelspec import KernelSpecManager, NoSuchKernel, NATIVE_KERNEL_NAME
28 except NoSuchKernel:
/dports/www/py-notebook/notebook-6.4.5/notebook/services/sessions/
H A Dhandlers.py21 from jupyter_client.kernelspec import NoSuchKernel
78 except NoSuchKernel:
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/services/sessions/
H A Dhandlers.py14 from jupyter_client.kernelspec import NoSuchKernel
72 except NoSuchKernel:
/dports/devel/py-jupyter-client/jupyter_client-6.1.12/jupyter_client/
H A Dconsoleapp.py28 from .kernelspec import NoSuchKernel
288 except NoSuchKernel:
H A Dkernelspec.py106 class NoSuchKernel(KeyError): class
230 raise NoSuchKernel(kernel_name)
/dports/devel/py-jupyter-client/jupyter_client-6.1.12/docs/api/
H A Dkernelspec.rst55 .. exception:: NoSuchKernel