Closed
Description
As per title cv2.imshow(img) is crashing the server.
If we avoid cv2.waitForKey()
and cv2.closeAllWindows()
, and keep the windows open, the notebook will continue running.
Python version:
Python 3.5.6 |Anaconda custom (64-bit)| (default, Aug 26 2018, 16:05:27) [MSC v.1900 64 bit (AMD64)]
Kernel about:
Python 3.5.5 |Anaconda, Inc.| (default, Mar 9 2018, 12:39:44) [MSC v.1900 64 bit (AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.
To reproduce: (coming)