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

The regression was first reported to the `jupyter_console` repo https://github.com/jupyter/jupyter_console/issues/251 Cross-posting here because `jupyter_client` changes from 6.x to 7.x seem to be the root cause.

I'm trying to resolve building jupyter-client and ikernel modules dependencies. Looks like ikernel needs jupyter-client on build stage and build of the sphinx documentation. jupyter-client looks like it needs ikernel...

Using Jupyter client version '5.3.3' giving following error message every time when notebook connects to a kernel Runtime warning: failed to set sticky bit on /users/username/.local/share/jupyter/runtime/kernel-xxxxxx.json

Hi, the latest release of jupyter_ciient breaks compatibility with Python 3.5. Here is the traceback we are seeing on our CI: ``` /usr/local/lib/python3.5/site-packages/ipykernel/__init__.py:2: in from .connect import * /usr/local/lib/python3.5/site-packages/ipykernel/connect.py:16: in...

Can be replicated using the latest qtconsole 5.0.3, which by default installs the latest jupyter-client: ``` $ pip install qtconsole PyQt5 ... $ pip list Package Version ---------------- ------- appnope...

In https://github.com/jupyter/jupyter_client/pull/623#issuecomment-793668619 we talked about using [unasync](https://github.com/python-trio/unasync) to support sync/async in jupyter-client. The way it works is by having a single "source of truth", the async code, and automatically generate...

Enterprise gateway support remote kernel, but remote machine may be ipv6-configured. I found that jupyter_client‘s KernelManager and ipykernel's IPKernelApp does't support ipv6. Specifically, zmq context is not ipv6 enabled, ```...

## Motivation With introspection in the kernels, we can create completions that are even more informative than the best static analysis tools in compiled languages. `autocomplete-plus` in Atom with Facebook's...

Working with the `MultiKernelManager.shutdown_all` I'm observing the following differences compared to looping over all kernels and shutting them down individually: - It doesn't seem to clean up the "ports in...

I moved the jedi pinning in the test requirements in #599. We should remove it when https://github.com/ipython/ipython/pull/12751 is merged and released.