I tried to update my python modules using this command:
$ pip install pip-review
$ pip-review --local --interactive
Since then, I cannot run any of my IPython notebooks (Jupyter always tells me that my kernels are dead, Spyder doesn't open anymore). Jupyter returns me with:
ImportError: No module named shutil_get_terminal_size.
I am using Python 2.7.12 and Anaconda 4.2.0.
I am a student and am not very familiar with the technical side, so please take that into consideration.