Skip to content

ipykernel 7 support - take 2 #947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ianthomas23
Copy link

PR #898 added support for ipykernel 7 on the basis that it was going to include the switch from tornado/asyncio to anyio. That switch is no longer going to occur in ipykernel 7, so some of the changes made for it are no longer needed. Ipykernel 7 is now much closer to 6, the significant changes being experimental support for subshells (which do not have to be used) and use of a separate thread to manage the receipt and sending of shell channel messages.

Here I have just removed the changes made in #898 that version checked ipykernel >= 7. With this the tests pass for me locally on macOS using ipykernel main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant