I am trying to install ipywidgets from here [https://pypi.org/project/ipywidgets/] but output:
Cannot uninstall 'ipython'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
I get some solution here [PIP: "Cannot uninstall 'ipython'. It is a distutils installed project and thus we cannot accurately determine..." I used:
sudo pip install ipywidgets --ignore-installed -U ipython
unfortunately, I got another issue:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-J1GUY8/tornado/
I tried to fix it from here [Import Error - Tornado requires an updated SSL module on ubuntu 14.04, but I can't
please help me or any suggestion
thank you in advance