ducha-aiki / pixelstitch

Simple tool for labelling the correspondences
Apache License 2.0
16 stars 3 forks source link

'%matplotlib ipympl 'doesn't work in vscode's Jupyter #4

Open Yuechen233 opened 2 months ago

Yuechen233 commented 2 months ago

Hi, I use jupyter notebook in vscode for programming,and i want to zoom in the fig which the matplotlib generate. I see that the ipympl maybe useful for that so i install it and add the '%matplotlib ipympl 'at the top of my code.

But the figure cannot render correctly, I can see nothing at the output block. If i change the presentation as PNG, the figure appear with inline mode, so there's no error in my code.

image