I’m having trouble in making the following code work
using PyPlot
plot(rand(10))
The output I get is:
1-element Vector{PyCall.PyObject}:
PyObject <matplotlib.lines.Line2D object at 0x000001B97E679030>
If I use the browser (IJulia package) the graph displays correctly. I’m not sure why, when working on VSCode notebook, I receive this text message instead. Is it possible to fix it? Or is it intentional?