It seems like I don't have the DatePicker
widget which is pretty odd. I tried installing / unistalling ipywidgets
but no luck.
Any idea how to install it?
import ipywidgets as ipyw
ipyw.DatePicker
# AttributeError: module 'ipywidgets' has no attribute 'DatePicker'
ipyw.__version__
# 5.2.2
running python3.5