Using plotly drawing in jupyter of vscode, the picture cannot be displayed

question:

When using plotly drawing in jupyter of vscode, it is found that the program does not report an error, and there is also an area to display the picture below, but the picture cannot be loaded, and the display is empty.

solve:

I learned from other blogs that it was a problem with vscode rendering, and downloading a rendering plug-in solved it.

Open the extension store of vscode and search for the Jupyter Notebook Renderers plug-in, which is the Jupyter notebook renderer.

Download the plugin and restart vscode, the picture is successfully displayed.

 

Guess you like

Origin blog.csdn.net/lyb06/article/details/127786049