Skip to content

ipykernel 5.3.3. compatibility issue with qt #529

@jacky4eyes

Description

@jacky4eyes

Hi,

Taking the advised of @blink1073, I'm here reporting the issue found in ipykernel 5.3.3.

Basically, my qt (run in jupyter notebook) doesn't work any more after I upgraded ipykernel 5.3.3. In my testing, downgrading to 5.3.0 or 5.3.2 solves the problem, perhaps there's some incompatibility in this 5.3.3 version.

Here is what I got:

Test this code in jupyter notebook:

%matplotlib qt
import matplotlib.pyplot as plt
x = [1,2,3]
y = [5,4,5]
plt.plot(x,y)

Before upgrade to ipykernel==5.3.3
image

After:
image

Originally posted by @jacky4eyes in #525 (comment)

(My system is Win10 - 10.0.18363)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions