Search code examples
pythonprettytable

How to install prettytable in colab


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?


Solution

  • It turns out you just have to call:

    !pip -vvv install prettytable
    

    Works like magic!