org-arl / arlpy

ARL Python Tools
BSD 3-Clause "New" or "Revised" License
119 stars 37 forks source link

spyder not displaying figures (inline or otherwise) from arlpy.plot #8

Closed ahmd-mahm closed 5 years ago

ahmd-mahm commented 6 years ago

arlpy.plot is not outputting a figure, inline or otherwise, on spyder. No error is detected by the IPython console and associated functions run till completion. Snapshot of what happens is attached:

image

mchitre commented 6 years ago

Just tested in a plain IPython session on Mac OS X, works fine. I presume you're running on Windows? I've not tried on Spyder, so may drop by your desk to explore what the problem is in person.

mchitre commented 6 years ago

Tested on Spyder on Windows. Issue seems to be that the Bokeh output_notebook() does not produce any output on Spyder, although it does in a IPython shell. Using output_file() instead works, but appends all outputs to a single file.