SamuROI
SamuROI copied to clipboard
creating a samuroi window requires a QApplication running
When launched from ipython, samuroi complains about a missing QApplication
running in background.
This happens when the selected matplotlib frontend from ipython is not qt4 and can be avoided by setting the frontend explicitly with
%matplotlib qt4