On Azure ML Workspace Notebook, I'm trying to get my workspace instance, as seen at
I have a config file and I am running the notebook in an Azure compute instance.
I tried to execute Workspace.from_config().
As a result, I'm getting the 'MSIAuthentication' object has no attribute 'get_token' error.
I tried to submit both MsiAuthentication
and InteractiveLoginAuthentication
, as suggested in