Jupyter Notebook wrong directory. Unable to import seaborn

In your notebook at the top add the following in a cell:

%pip install seaborn

For what is behind the %pip magic, see bottom couple of paragraphs here where it begins ‘Alternatively, you can put the following lines …’.

1 Like