Reputation: 335
When I use jupyter notebook in Chrome, I had the opportunity to show interactive 3d plots, like this:
Now I would like to see the same result in the VSCode. Are there any solutions to this thing?
Upvotes: 9
Views: 10909
Reputation: 439
You should use %matplotlib widget
instead of %matplotlib notebook
.
Upvotes: 6