microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 293 forks source link

Matplotlib import on startup is slowing down execution of first cell #2565

Closed rchiodo closed 3 years ago

rchiodo commented 4 years ago

We import matplotlib so we can save the default styles. We don't need to do this unless the user has asked us to theme matplotlib plots. On some machines this import can take a long time.

DonJayamanne commented 4 years ago

@rchiodo The icon used to bring up the plotviewer no longer appears.

DonJayamanne commented 4 years ago

Validated