0

Can someone explain me what is this problem? I downloaded wget on windows and I tried to show a table in jupyter notebook but I have this error, although when I go on this page, this file downloads. What is the problem? Thank you in advance! enter image description here

desertnaut
  • 57,590
  • 26
  • 140
  • 166
prostak
  • 139
  • 6

1 Answers1

0

In the first order you need to write -q + "url", and then you need to write -O + "name. I mean just swap them like: !wget -q "url" -O "name"

prostak
  • 139
  • 6