Closed sudipto84goswami closed 7 years ago
Can you please run conda list and post the version of notebook you have installed?
Hi Peter,
Thanks for reviewing my question.
I am providing some details of my environment:
Can you please let us know further. conda_list_output.txt
From your conda list:
traitlets 4.3.2 <pip>
traitlets 4.2.1 py35_0
It's possible that the traitlets package is not installed properly when it was first installed by conda and then overwritten by pip. You might try:
pip uninstall traitlets
conda remove traitlets
conda install traitlets
@sudipto84goswami I'm going to close this issue because it's been inactive for over a month now. If you tried the uninstall / reinstall steps with traitlets above and are still stuck, feel free to reopen and post your current status.
Hi Team,
While installing Jupyter Dashboard using the command: conda install -c conda-forge jupyter_dashboards=0.7.0 -v it throws error during linking. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
An unexpected error has occurred. Please consider posting the following information to the conda GitHub issue tracker at:
Current conda install:
$ /app/install/jupyter/anaconda3/bin/conda install -c conda-forge jupyter_dashboards=0.7.0 -v
Just to let you know that Trailets is also installed.
Can you please help me on this,.