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

We've been planning the next release of `ipykernel` to be version 7 with the headline backward-incompatible changes being `anyio` and the addition of experimental subshell support. The `anyio` implementation is...

enhancement

Bumps the actions group with 2 updates in the / directory: [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `scientific-python/upload-nightly-action` from 0.6.1 to 0.6.2 Release notes Sourced from scientific-python/upload-nightly-action's releases. 0.6.2 0.6.2 updates to...

maintenance
dependencies
github_actions

The [internal_ipkernel.py](https://github.com/ipython/ipykernel/blob/main/examples/embedding/internal_ipkernel.py) and [ipkernel_qtapp.py](https://github.com/ipython/ipykernel/blob/main/examples/embedding/ipkernel_qtapp.py) are out of date. Some issues: * It is using `PyQt4`, which is very old, and not supported on some platforms (e.g. `osx-arm64`) * Explicit use...

# env use vscode remote-ssh connect to debian server and use the jupyter debian12 vscode=Version: 1.99.0 python=3.10 ipykernal=6.29.5 pandas=2.2.3 # replay **create a big dataframe** ``` import pandas as pd...

The `InProcessInteractiveShell.enable_pylab` wrapper is broken as of IPython 9.0 as it is explicitly adding the `welcome_message` kwarg, which was removed in ipython/ipython#14668 after being deprecated for 11 years in ipython/ipython#3568,...

Unfortunately, Ewald de Wit, the maintainer of `nest-asyncio`, passed away in March 2024. The project is now archived on GitHub. It should still work as before—only one test is currently...

Looking into improving the flakiness of some of the subshell tests, hoping to fix #1359. The failures in CI all appear on Windows, either CPython 3.11 or PyPy. On a...

maintenance