ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

IPython Kernel for Jupyter

Results 233 ipykernel issues
Sort by recently updated
recently updated
newest added

I am able to run a cell, however I have tired many different input methods, the output is brackets alone. The cell is being ran and there is no error;...

Python version: 3.10.14 ipykernel version: 6.29.4 Command: ```shell $ python -m ipykernel install --user --name=my-venv ``` Result: ```shell Traceback (most recent call last): File "/opt/homebrew/Cellar/[email protected]/3.10.14/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main return...

Originally reported by @eendebakpt in https://github.com/jupyterlab/jupyterlab/issues/16268, and clarified by @williamstein on the same issue. Using JupyterLab 4.3.0 alpha or Jupyter Console 6.6.3, with IPyKernel 6.29.5, run this cell: ```python import...

I was trawling through the source code and I spotted what looks to me like a possible bug here: https://github.com/ipython/ipykernel/blob/d4a8703593cbe5d82bc955d68543dc623f5b4510/ipykernel/eventloops.py#L455 This instantiates a coroutine that never gets awaited. Calling an...

Building on work by @maartenbreddels and @edisongustavo in #410, this is my first pass at trying to add the feature I requested in #1236. The tests pass 🎉 However, this...

IIUC, the current debugpyClient communicates with debugpy via a TCP connection. However, due to security limitations in our use case, we are unable to use network sockets for the communication....

I found this issue when I was trying to debug on a remote kernel, due to the network latency, the UI need some time to change debug status after user...

no version of ipython parallel without these methods will work with ipykernel 7 anyway, so might as well remove them since they can never be used. Restores `should_handle` to be...

maintenance