pullrequests Search Results · repo:jupyter/jupyter_client language:Python is:merged
Filter by
581 results
(140 ms)581 results
injupyter/jupyter_client (press backspace or delete to remove)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
Followup to #1033, apparently docstring got copy-pasted from _load_ips_netifaces
documentation
cben
- 1
- Opened on Jan 7
- #1050
This adds messaging documentation for optional features JEP92 and kernel subshells JEP91.
Summary of changes:
- Optional features JEP92:
- Return optional supported_features in kernel_info_reply. ...
documentation
ianthomas23
- 5
- Opened on Nov 18, 2024
- #1045
public_ips() is meant to return addresses which might be connectable from other machines, which link-local are not.
closes #1039
bug
minrk
- 5
- Opened on Sep 21, 2024
- #1040
- run on ubuntu to get proper shell, possibly avoid weird error
- adjust check for docs:api run
this should get things back to green
maintenance
minrk
- Opened on Sep 17, 2024
- #1038
Following the switch in ipykernel to use anyio (ipython/ipykernel#1079 and subsequent PRs) its downstream testing
against jupyter_client fails with a timeout in the test
tests/test_kernelmanager.py::TestKernelManager::test_signal_kernel_subprocesses ...
maintenance
ianthomas23
- 1
- Opened on Aug 16, 2024
- #1034
The netifaces package has been archived by upstream, and pre-compiled wheels are not available for Python = 3.10. An
alternative is the maintained psutil package, and this PR tries to determine network ...
enhancement
juliangilbey
- Opened on Aug 15, 2024
- #1033