ipython / ipython/ipykernel

ipykernel 5.3.3. compatibility issue with qt

オープン
#529 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
734
フォーク
412
平均マージ
1日 5時間
マージ済み PR(30日)
8

説明

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](https://user-images.githubusercontent.com/34595750/87851673-51750400-c93e-11ea-85e4-f079dc5399bb.png)

After:
![image](https://user-images.githubusercontent.com/34595750/87851687-8bdea100-c93e-11ea-81e6-df7f1f629be4.png)

_Originally posted by @jacky4eyes in https://github.com/ipython/ipykernel/pull/525#issuecomment-660470221_

(My system is Win10 - 10.0.18363)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。