<div dir="ltr"><div>I am using </div><div><br></div><div><h4 style="font-family:'helvetica neue',helvetica,arial,sans-serif;font-weight:500;line-height:1.1;color:rgb(0,0,0);margin-top:9px;margin-bottom:9px;font-size:17px">Server Information:</h4><p style="margin:0px;color:rgb(0,0,0);font-family:'helvetica neue',helvetica,arial,sans-serif;font-size:13px;line-height:18.5714px">You are using Jupyter notebook.<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">The version of the notebook server is <b style="box-sizing: border-box;">4.2.2</b> and is running on:<br style="box-sizing: border-box;"></p><pre style="overflow:auto;font-size:inherit;padding:8.5px;margin-top:0px;margin-bottom:9px;line-height:inherit;word-break:break-all;word-wrap:break-word;color:rgb(51,51,51);border:1px solid rgb(204,204,204);border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;white-space:pre-wrap;background-color:rgb(245,245,245)">Python 3.5.2 (default, Jun 30 2016, 18:10:25) 
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)]</pre><p></p><h4 style="font-family:'helvetica neue',helvetica,arial,sans-serif;font-weight:500;line-height:1.1;color:rgb(0,0,0);margin-top:9px;margin-bottom:9px;font-size:17px">Current Kernel Information:</h4><div id="gmail-#about-kinfo" style="color:rgb(0,0,0);font-family:'helvetica neue',helvetica,arial,sans-serif;font-size:13px;line-height:18.5714px"><pre style="overflow:auto;font-size:inherit;padding:8.5px;margin-top:0px;margin-bottom:9px;line-height:inherit;word-break:break-all;word-wrap:break-word;color:rgb(51,51,51);border:1px solid rgb(204,204,204);border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;white-space:pre-wrap;background-color:rgb(245,245,245)">Python 3.5.2 (default, Jun 30 2016, 18:10:25) 
Type "copyright", "credits" or "license" for more information.

IPython 5.0.0 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.</pre></div></div><div><br></div><div>My basic problem as follow:</div><br clear="all"><div><div>from IPython.html.widgets import *</div><div>from IPython.display import display</div></div><div><br></div><div><div>/sw/lib/python3.5/site-packages/IPython/utils/traitlets.py:5: UserWarning: IPython.utils.traitlets has moved to a top-level traitlets package.</div><div>  warn("IPython.utils.traitlets has moved to a top-level traitlets package.")</div><div>/sw/lib/python3.5/site-packages/IPython/kernel/__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprecated. You should import from ipykernel or jupyter_client instead.</div><div>  "You should import from ipykernel or jupyter_client instead.", ShimWarning)</div><div>---------------------------------------------------------------------------</div><div>ImportError                               Traceback (most recent call last)</div><div><ipython-input-3-d4f1ddbc099e> in <module>()</div><div>----> 1 from IPython.html.widgets import *</div><div>      2 from IPython.display import display</div><div><br></div><div>/sw/lib/python3.5/site-packages/IPython/html/widgets/__init__.py in <module>()</div><div>      3 from .trait_types import Color</div><div>      4 </div><div>----> 5 from .widget_bool import Checkbox, ToggleButton</div><div>      6 from .widget_button import Button</div><div>      7 from .widget_box import Box, FlexBox, HBox, VBox</div><div><br></div><div>/sw/lib/python3.5/site-packages/IPython/html/widgets/widget_bool.py in <module>()</div><div>     16 from .widget import DOMWidget, register</div><div>     17 from IPython.utils.traitlets import Unicode, Bool, CaselessStrEnum</div><div>---> 18 from IPython.utils.warn import DeprecatedClass</div><div>     19 </div><div>     20 #-----------------------------------------------------------------------------</div><div><br></div><div>ImportError: cannot import name 'DeprecatedClass'</div></div><div><br></div><div>Many thanks in advance,</div><div><br></div><div>Alan</div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Alan Wilter SOUSA da SILVA, DSc<div>Senior Bioinformatician, UniProt</div><div>European Bioinformatics Institute (EMBL-EBI)</div><div>European Molecular Biology Laboratory</div><div>Wellcome Trust Genome Campus</div><div>Hinxton</div><div>Cambridge CB10 1SD</div><div>United Kingdom</div><div>Tel: +44 (0)1223 494588</div></div></div></div></div>
</div>