with %matplotlib and ein:output-area-inlined-images set to nil, the matplotlib images are supposed to be created in an outside window.
The window is created but it is not responding and does not show anything, and killing it kills the notebook.
How do I make matplotlib show plots in an outside interactive window?
Thank you!
with
%matplotlib
andein:output-area-inlined-images
set tonil
, the matplotlib images are supposed to be created in an outside window. The window is created but it is not responding and does not show anything, and killing it kills the notebook. How do I make matplotlib show plots in an outside interactive window? Thank you!