I'm working on a simple CV project making use of SimpleCV on Arch Linux. Displaying images and feeds through the repl in individual windows works fine, however using a browser for displaying does not work.
img.show()
Works.
img.show(type="browser")
Does not work. The repl shows the following message:
/usr/lib/python2.7/site-packages/IPython/html.py:14: ShimWarning: The
IPython.html
package has been deprecated. You should import fromnotebook
instead.IPython.html.widgets
has moved toipywidgets
. "IPython.html.widgets
has moved toipywidgets
.", ShimWarning)
Stacktrace on pastebin.
Strangely enough the same works just fine on Debian, so I assume there might be a version issue involved.
Any hint would be highly appreciated.