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
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?
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 #plotly/plotly.py#728
The text was updated successfully, but these errors were encountered: