8

When I use jupyter notebook in Chrome, I had the opportunity to show interactive 3d plots, like this: enter image description here

Now I would like to see the same result in the VSCode. Are there any solutions to this thing?

The same code in the VSCode: enter image description here

Yaroslav Hladkyi
  • 305
  • 2
  • 13

1 Answers1

3

You should use %matplotlib widget instead of %matplotlib notebook.

ThibautV
  • 319
  • 3
  • 4