You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API attempts to store credentials in /var/root, at least on my OS X Yosemite installation via MacPorts. This (rightly) fails due to permission problems.
Traditionally on OS X this type of thing is stored in something like $HOME/Library/Preferences/com.plotly.plist. Python probably has a good defaults module for it.