-2

I'm trying to unrar a file in Windows 10 and Jupyter notebook

unrar e UCF101.rar Videos/  

I get the below error:

File "<ipython-input-5-6e1cee4de7a2>", line 1
    unrar e UCF101.rar Videos/
          ^
SyntaxError: invalid syntax
Cris Luengo
  • 55,762
  • 10
  • 62
  • 120

1 Answers1

0

See this link: https://pypi.org/project/unrar/ and install "python-unrar" from the steps mentioned and that's it.