Can't get Plot Viewer to open for plots in Interactive Window #14376
-
Using python and jupyter (+keymap, celltags, renderers, slideshows) extensions, and able to get everything to work as documented except one aspect: Plots made in the Interactive Window (e.g. simple examples using matplotlib) do not offer functionality to open Plot Viewer by double-clicking. No 'expand' icon appears and the menu at top left of plot has only two choices, copy output or change presentation (the latter offers image/png from builtin or jupyter renderers but I cannot activate Plot Viewer for either one). Actually I can't seem to get the Plot Viewer to open, nor find any settings related to it, at all. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I uninstalled and reinstalled VS Code. The Plot Viewer is now working. As I understand it, the problem most likely was something to do with poorly-interacting extensions. In addition to the python, pylance, and jupyter extensions, and the four dependency extensions jupyter includes, I had an IPython extension installed at one point. I had installed few others though, because I'm just getting started with VS Code. When I reinstalled I only installed the python (with pylance) and jupyter (with its four dependencies) extensions, and now the Plot Viewer is working. |
Beta Was this translation helpful? Give feedback.
I uninstalled and reinstalled VS Code. The Plot Viewer is now working.
As I understand it, the problem most likely was something to do with poorly-interacting extensions. In addition to the python, pylance, and jupyter extensions, and the four dependency extensions jupyter includes, I had an IPython extension installed at one point. I had installed few others though, because I'm just getting started with VS Code. When I reinstalled I only installed the python (with pylance) and jupyter (with its four dependencies) extensions, and now the Plot Viewer is working.