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.
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.