VSCode can't load ipynb

Viewed 616

enter image description here

The ipynb used good, but this morning I updated my VSCode then the ipynb can't open and always loading, this situation takes hours. I tried uninstall the python plugin and reinstall but still not work.

1 Answers

This issue is associated with VS Code 1.49 upgrade, and for now there's no solution but a workaround:

Click the button to maximize the panel and restore panel size:

enter image description here

Then the .ipynb file should be loaded successfully.

There is the same issue that can't load .ipynb file in github, you can have a look at it.

Related