I am getting the \"ImportError: DLL load failed: The specified module could not be found.\" when importing the module seaborn.
I tried uninstalling
I had the same problem.
I uninstalled seaborn with pip uninstall seaborn and then I installed it with pip install seaborn
pip uninstall seaborn
pip install seaborn
Then it didn't work so I restarted the KERNEL and it works.