jupyter_client icon indicating copy to clipboard operation
jupyter_client copied to clipboard

Jupyter protocol client APIs

Results 154 jupyter_client issues
Sort by recently updated
recently updated
newest added

Description When executing the provided code snippet to start a new kernel and execute a Python statement using kc.execute_interactive, the code executes successfully, but it raises an exception related to...

Hi, I'm using `jupyter-lab` with Python 3.13.0a6 and encountered with a deprecation warning. For example when running `jupyter kernelspec list`: ``` $ jupyter kernelspec list /home/admin/python-3.13.0a6/bin/jupyter-kernelspec:5: DeprecationWarning: Parsing dates involving...

Currently, I'm looking to figure out how to use a remotely started kernel invoked by `IPython.start_kernel` or `IPython.embed_kernel` on a Jupyter front end. I think the approach at https://stackoverflow.com/a/76276431/5390999 is...