plotly_matlab icon indicating copy to clipboard operation
plotly_matlab copied to clipboard

Credentials stored in different places for plotly.py and MATLAB-Online

Open twocs opened this issue 8 years ago • 0 comments

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

twocs avatar Apr 08 '17 10:04 twocs