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. For more options, visit https://groups.google.com/d/optout.
