I'd like to use wandb on Colab, and I've installed it through pip on the command line. However, the import isn't recognized on Colab, so I have to run !pip install wandb
each time.
How can I install wandb
locally so that I don't have to install it on the Colab notebook each time?