I am getting the \"ImportError: DLL load failed: The specified module could not be found.\" when importing the module seaborn.
I tried uninstalling
What solved this for me was installing seaborn via conda:
conda install seaborn
And then restarting the kernel