Jupyter Notebook not showing files/folders in any directory

Jupyter Notebook not showing files/folders in any directory

  1. I tried reinstalling Anaconda
  2. pip install jupyter notebook

Try upgrading Jupyter. I was facing the similar problem. I tried uninstalling and installing notebook. But in the end, upgrading worked for me. It will also change some fundamental packages and libraries.

conda upgrade notebook

1 Like