Skip to content

Remove implicit bind_kernel in %qtconsole - #1315

Merged
Carreau merged 2 commits into
ipython:mainfrom
minrk:rm-bind-kernel
Feb 14, 2025
Merged

Remove implicit bind_kernel in %qtconsole#1315
Carreau merged 2 commits into
ipython:mainfrom
minrk:rm-bind-kernel

Conversation

@minrk

@minrkminrk commented Feb 4, 2025

Copy link
Copy Markdown
Member

The logic is wrong ("is ipyparallel imported", not "is this an ipython parallel engine"), leading to errors when called from a regular kernel (closesipython/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
@Carreau
Carreau merged commit e6a688d into ipython:mainFeb 14, 2025
@CarreauCarreau added this to the 7.0 milestone Feb 14, 2025
ianthomas23 pushed a commit to ianthomas23/ipykernel that referenced this pull request Jul 14, 2025
Sign up for freeto 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

3 participants

@minrk@davidbrochart@Carreau