How exactly did you install jupyter notebook? what are the output of "conda list", "conda info -e", and "which python"?
On Fri, Mar 31, 2017 at 5:37 PM, Arvind Kandaswamy <[email protected]> wrote: > When trying to start Jupyter with the command Jupyter Notebook, I am > getting this below error: > > File "/anaconda/bin/jupyter-notebook", line 4, in <module> > import notebook.notebookapp > File "/anaconda/lib/python3.6/site-packages/notebook/notebookapp.py", > line 63, in <module> > from .services.contents.manager import ContentsManager > File "/anaconda/lib/python3.6/site- > packages/notebook/services/contents/manager.py", line 16, in <module> > from nbformat import sign, validate, ValidationError > File "/anaconda/lib/python3.6/site-packages/nbformat/sign.py", line 24, > in <module> > from traitlets import ( > ImportError: cannot import name 'default' > > > Any idea what is missing? > > > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/a566d1c7-237a-4762-ac3d-6931867ba951%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/a566d1c7-237a-4762-ac3d-6931867ba951%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CADT3MECdZpuy2Zs9DUXjwcGaWkFEEij1sv9kuBMcYLcbxwNLiQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
