plotly_matlab
plotly_matlab copied to clipboard
Credentials stored in different places for plotly.py and MATLAB-Online
plotly/MATLAB-Online, on Windows, uses %APPDATA%\.plotly.
plotly/plotly.py, on Windows, uses ~\.plotly.
This is awkward because the Python statement import plotly when the files do not yet exist, the folder ~/.plotly is created and then two files ~/.plotly/.credentials and ~/.plotly/.config are also created.
But when I want to use MATLAB-Online, the files are being saved in a different place. Can it be possible to use the same folder (~/.plotly) or a custom location for credentials?
Similar issue cross posted to plotly/plotly.py #https://github.com/plotly/plotly.py/issues/728