In VSCode I have an issue with the display of interactive graphics using the Package WGLMakie.jl, when trying to make an interactive graphic it is not generated inline, I can acces it only throuhg the workspace and woks fine, I now it is possible because sometimes I have been succesful but not consistently.
I tried discussions in the Julia community but the creator of the package says that has some issues trying to tackle the problem of compatability in Jupyter.
Since I know it is possible how can I evaluate the problem from this side, what should I look for? Why the graphic is generated but not displayed inline as intended?
So far my advancements have been making sure that the Julia package IJulia points to the right direction of .../jupyter.exe and also installing the jupyter extension jupyter-server-proxy, the last two made the inline display a bit more consisten but also made the interactivity more responsive.
Showing the image with display(MIME"text/html"(),fig) is also a bit better than trying to use just fig for the display.
Lastly with everything above, just wait, even if the cell finishes, the image may take a little more time to display inline (even if already available in the workplace), re-run the cell can be used, this migth be due to some desynchronization which I don’t really understand.