I tried to install new packages, for example by executing : ! pip install ggplot
But when I do this, I get an error :
PermissionError: [WinError 5] Accès refusé: 'C:\\Program Files\\Anaconda3\\Lib\\site-packages\\brewer2mpl'
You are using pip version 8.1.2, however version 10.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
So I tried to execute as they ask :
python -m pip install --upgrade pip
Then I get this error :
SyntaxError: invalid syntax (<ipython-input-8-93493bbcf27f>, line 1)
File "<ipython-input-8-93493bbcf27f>", line 1
python -m pip install --upgrade pip
^
SyntaxError: invalid syntax
Is there anyone who knows where I did wrong ?