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?
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?
You should use %matplotlib widget
instead of %matplotlib notebook
.