when launching Jupyter Notebook from Anaconda, I get the following Error:
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
I’ve already tried uninstalling markupsafe and reinstalling it. I also tried pip3 install markupsafe==2.0.1, as suggested in the answers of this post
stackoverflow
I’ve also tried uninstalling, reinstalling and upgrading jupyter.
Does anyone know how to solve this issue?
Thanks!