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 docs on this repo are nothing short of fantastic. These docs really make it clear how clients interact with live kernels. Thanks to all who have contributed to making...

Can I communicate with jupyter kernel in javascript? I found jupyter_client is using in python, but I want implements a website which can interact with jupyter kernel, include start/stop/exec... commands....

I am working with a team of interns to improve the experience of starting kernels in situations where kernels are managed in conda. Right now, conda is putting a very...

I found the changelog notes by comparing the GitHub releases ( https://github.com/jupyter/jupyter_client/compare/5.2.3..5.2.4 ), but it seems the change to the file is not on the `master` branch, only `5.x`, and...

This should include `KernelClient.get_info`: https://github.com/jupyter/jupyter_client/blob/master/docs/api/client.rst

bug
help wanted
documentation

The messaging spec allows the `codemirror_mode` to be either a str or a dict. Is there any structure to the provided dict? If so, what is it (so that it...

documentation

I have python 3.6 installed with jupyter ``` conda install jupyter ``` Then I tried to update from python 3.6 to 3.7 ``` conda update python ``` It seem successful...

I found the documentation a bit unclear concerning `history_request` and `history_reply`, https://jupyter-client.readthedocs.io/en/stable/messaging.html#history. 1) Concerning the output history, what output should I save? Is it the entire `execute_reply` as a string?...

### Problem Using msgpack as the packer/unpacker for ipykernel raises exceptions when loading a Jupyter notebook. ### Repro Set packer/unpacker in ipython_config.py. Restart `jupyter notebook` and load a blank notebook....

ENV: Ubuntu + Docker I'm tracking down a Docker build issue where my final step is to install the R kernel. My R script look like this: ``` install.packages(c('crayon', 'pbdZMQ',...