I am using spyder to run my code.
from Ipython.html.widgets import interact, ButtonWidget
I tried to replace Ipython.html.widgets to ipywidgets and execute it. It threw me back:
from ipywidgets import interact, ButtonWidget
ImportError: cannot import name ButtonWidget"