pullrequests Search Results · repo:jupyter/jupyter_client language:Python
Filter by
670 results
(126 ms)670 results
injupyter/jupyter_client (press backspace or delete to remove)This PR provides faster pack and unpack defaults by utilizing orjson a ** fast, correct JSON library **.
Support is also added for msgpack.
New functions
- orjson_packer
- orjson_unpacker
- msgpack_packer ...
enhancement
fleming79
- 2
- Opened on Jun 9
- #1064
Resolves #1058.
fwiw the (original?) copy of json_clean in
https://github.com/ipython/ipykernel/blob/2c212648775646f1c92e8f3e977806dea14186da/ipykernel/jsonutil.py#L160 has date
support.
enhancement
sebwills
- 5
- Opened on Apr 8
- #1060
Fixing https://github.com/voila-dashboards/voila/issues/1428
The issue is that when using the AsyncKernelMappingManager in Voila, we asynchronously poll messages, but on the
jupyter-client side we have ...
martinRenou
- 5
- Opened on Apr 8
- #1059
Making sure that the key named key is consistently bytes across the values returned by KernelManager and the
provisioner.
bsundaram1
- 1
- Opened on Apr 3
- #1057
Addresses #1018.
This adds a flag --missing to list and remove subcommands of jupyter kernelspec. By missing , we mean that the
interpreter (the first argument of spec[ spec ][ argv ] of the json specification) ...
enhancement
wpk-nist-gov
- 3
- Opened on Feb 24
- #1056
I believe this was incorrectly left as 5.3 since the blocking and async clients both expect the shutdown message to come
on the control channel, e.g.
https://github.com/jupyter/jupyter_client/blob/6ea834d69d9404b9b67fbc066ee8bdf1d7d2ede6/jupyter_client/blocking/client.py#L70-L71 ...
JamesWrigley
- 1
- Opened on Feb 8
- #1054
Python 3.13 has changed the way it handles docstrings; see
https://docs.python.org/3/whatsnew/3.13.html#other-language-changes and https://github.com/python/cpython/issues/81283
As a result of this, the ...
juliangilbey
- Opened on Jan 13
- #1052
Followup to #1033, apparently docstring got copy-pasted from _load_ips_netifaces
documentation
cben
- 1
- Opened on Jan 7
- #1050