Cufflinks error : ImportError: cannot import name 'FigureWidget'

I’m trying to use cufflinks together with plotly in django but unfortunately, keep getting the error cannot import name ‘FigureWidget’.
Searching on the related post doesn’t solve the problem so far.

Did follow the installation version from README , installing as below:
pip install plotly==3.1.0
pip install “notebook>=5.3” “ipywidgets>=7.2”
It doesn’t work either.

Hope anyone can update /recommend anything.
However i can import cufflinks in jupyter notebook though and plot the graph.
Appreciate any help