Seaborn in Atom

Hello. I am sorry for the stupid question.
I try to use Seaborn. The code works in Jupyter, but don’t work in Atom
Will you help me to build the plot in Atom
using PyPlot
using PyCall
using Seaborn
x=randn(1000)
distplot(x)
Atom don’t give any errors and return PyObject
<matplotlib.axes._subplots.AxesSubplot object at 0x000000002D227BE0>
Thank you

You can try disabling the Plot Pane in the julia-client settings (and restart Julia, probably).

1 Like