当我在Chrome中使用jupyter notebook时,我有机会展示交互式3d绘图,如下所示:
现在,我希望在VSCode中看到同样的结果。这件事有什么解决方案吗?
VSCode中的相同代码:
发布于 2020-10-30 18:08:50
您应该使用%matplotlib widget而不是%matplotlib notebook。
%matplotlib widget
%matplotlib notebook
https://stackoverflow.com/questions/64331140
相似问题