For example, I have A, B acounts.
First, I log in Google Colab with A account. and I want to log in wandb with B acounts. ( using !wandb login ) is it possible??
You can you the following commands to force a relogin:
wandb login --relogin
import wandb
wandb.login(relogin=True)