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

I think the change has to be done upstream in ipykernel. See https://github.com/jupyter/jupyter_client/issues/595#issuecomment-756685996

I try to run my code `a.py` with jupyter run. Here is my code in `a.py` ```a.py import time i = 1 while True: i += 1 time.sleep(5) print(123) ```...

I have just download Anaconda and while trying to create a new Python file in Jupyter notebook the following error message appeared: Traceback (most recent call last): File "C:\Anaconda\lib\site-packages\traitlets\traitlets.py", line...

help wanted

Hi to everybody, I have been using jupyter for a while without problems. However yesterday I obtained this errormessage when converting my notebook (if needed I can write here also...

I notice a behavior in Jupyter Server, where if I restart a kernel, the execution state is never set to `restarting`, because the restart callback is never invoked form Jupyter...

documentation

It appears that most of the messaging methods of `BlockingKernelClient` (`inspect, `complete`, etc.) have been wrapped with `reqrep`, allowing the user to pass `reply` and `timeout` arguments to block and...

Because execute_request can currently only take one cell at a time, when running multiple cells together with `stop_on_error`, it's possible that downstream cells still execute. The race condition that exists...

I use conda and have jupyter lab installed in my base enviroment. I also have a environment called tf-gpu-2.1.0. Then I added the ipykernel in tf-gpu-2.1.0 to base environment. The...

On my Windows 10 (1909) PC, I have installed Python 3.8 through the Microsoft Store. Due to Python running partially sandboxed, access to [`%APPDATA%\jupyter`](https://github.com/jupyter/jupyter_core/blob/ac712354ec2c9377a290acca03a91712f991c889/jupyter_core/paths.py#L88) gets transparently redirected to `%LOCALAPPDATA%\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\Roaming\jupyter`. This...

bug
windows

FYI, the 6.1.4 release was out for a couple minutes with the wrong set of commits relative to the changelog. I deleted that release after correcting the issue with a...

documentation