0

I could not find other questions on that, if it is repeated just let me know please.

I want to use prettytable on a colab notebook, but I don't know how to install it. Can anyone give the command line for that?

Victor Zuanazzi
  • 1,838
  • 1
  • 13
  • 29

1 Answers1

0

It turns out you just have to call:

!pip -vvv install prettytable

Works like magic!

Victor Zuanazzi
  • 1,838
  • 1
  • 13
  • 29