I was trying to update sklearn library for Azure Notebooks and whenever I tried to update using this command:
!pip install --update sklearn
And the result is:
Usage:
pip install [options] <requirement specifier> [package-index-options] ...
pip install [options] -r <requirements file> [package-index-options] ...
pip install [options] [-e] <vcs project url> ...
pip install [options] [-e] <local project path> ...
pip install [options] <archive url/path> ...
no such option: --update
Can anyone help me with this?