Skip to content
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

Remove implicit bind_kernel in %qtconsole #1315

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

Conversation

minrk
Copy link
Member

@minrk minrk commented Feb 4, 2025

The logic is wrong ("is ipyparallel imported", not "is this an ipython parallel engine"), leading to errors when called from a regular kernel (closes ipython/ipyparallel#922)

it should be the responsibility of ipython parallel to add this behavior, if desired

The logic is wrong (is ipyparallel imported, not is this an ipython parallel engine)

that should be the responsibility of ipython parallel to add this step
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ipyparallel causing problem in calling a qtconsole from an ipython jupyter notebook
2 participants