For some reason, I’m getting an error when I run wandb in a notebook that used to run fine. My error is:
AttributeError Traceback (most recent call last)
Input In [11], in <cell line: 1>()
----> 1 wandb.login(key=‘xxx’)
AttributeError: module ‘wandb’ has no attribute ‘login’
Has anyone else encountered this?