ipykernel
ipykernel copied to clipboard
IPython Kernel for Jupyter
This enables pydevd/debugpy to use IPython specific frame filtering for stack requests etc. Closes #1004. ## TODO: - [ ] Verify behavior - [ ] Needs some unittests
Hi all I was wondering whether this additional metadata is being used, and whether the ipykernel team is open to enhancing it. In particular, the 'type' field could be more...
In VS Code, we send `inspect_request` to get the full value of a variable for the variables view. For a really large string (e.g., 4GB) this request can take a...
[Related to https://github.com/jupyterlab/jupyterlab/issues/13217] This is mostly applicable to working in a notebook or lab environment, but I would like to be able to customize what happens when I call `?`...
A new flag is available in `pydevd` which allows a user to step into library code without getting inside of IPython internals while doing so. To make use of this,...
This is the implementation of the kernel subshells JEP (jupyter/enhancement-proposals#91). It follows the latest commit ([1f1ad3d](https://github.com/jupyter/enhancement-proposals/pull/91/commits/1f1ad3d43f24299efb7cc7879cefeee57277906c)) with the addition of a `%subshell` magic command that is useful for debugging. To...
Backport PR #1248: Avoid a DeprecationWarning on Python 3.13+
## Description Hello, We encounter a random error which occurs from time to time on our shared jupyterhub instance. After some time of running many jupyterlab notebooks, the kernel tends...
This PR is aimed to remove a log when IOPubThread received a mismatch uuid message. These mismatch messages appear to originate from some firewall and network related components. Jupyter users...
When you are in a debug session, if you run a long running evaluate request (e.g. sleep operations), the thread gets blocked, you cannot terminate the debug session or issue...