ipykernel
ipykernel copied to clipboard
IPython Kernel for Jupyter
The behaviour in this issue has been raised previously in https://github.com/jupyterlab/jupyterlab/issues/12570 and https://github.com/altair-viz/altair/pull/2770#issuecomment-1364100231. It seems it is not possible to make the docstring/function signature appear for chained methods using ipython/ipykernel....
This replaces `BaseComm` in `create_comm` with `Comm`, which should match what is expected by `ipywidgets` for validation of the `comm` trait in subclasses of `ipywidgets.Widget`. Fixes #1090 .
After ipykernel 6.21.0 update, the output of "inspect.stack()[1][0].f_globals" has "__file__" content that did not exist before(=ipykernel 6.20.2), causing errors when used in other methods. What is the reason and when...
This issue is mostly for me to understand how we can move forward with [the switch to AnyIO](https://github.com/ipython/ipykernel/pull/1079) with regards to event loop integration. It looks like this is currently...
I made a custom event loop for Dear ImGui. Everything works fine, except i can not find a way to produce any output from within the loop where UI code...
Crosspost from https://github.com/microsoft/debugpy/issues/1187 Poetry is a python package manager. `debugpy` release 1.6.5 a couple days ago, and recently `ipykernel` made `debugpy` a dependency in 2021. Unfortunately `debugpy` 1.6.5 does not...
Help Please I wanted to debug the kernel errors but I count not found the logs from ipykernel, is there a log switch need to knock on? How to modify...
The `inspectVariables` request and the variable explorer panel in the debugger seems to display functions with a leading underscore. Here's a simple repro ``` def _abc(): return "Hello" def abc():...
This is a WIP implementation of https://github.com/jupyter/enhancement-proposals/pull/91.
Looks like `ipykernel` test suite requires `ipyparallel` which requires `ipykernel`. This creates kind of loop in dependencies when `ipykernel` will be tested in end with installed `ipyparallel` and older version...