I update the Jupyter notebook from the old version to latest 5.3.1. However, when I try to launch the notebook from anaconda, it throws an import error: I tried to remove an
You need to update jupyter_core and jupyter_client manually from your terminal:
conda update jupyter_core jupyter_client