I'm using a Jupyter notebook through Anaconda.
I have a command: ! wget https://url
I get the error:
'wget' is not recognized as an internal or external command, operable program or batch file.
I already tried installing wget on my local Anaconda (as I expected, it doesn't work)
Thanks