I try to install seaborn using !pip install seaborn
and !conda install seaborn
but both install the python 2.7 version and I need the python 3.5 version. I use !pip3 install seaborn
, it says that:
'pip3' is not recognized as an internal or external command
What should I do to install that?