我是python的Plotly
的常规用户,但仅在我自己的计算机上运行,在我的计算机上,我不能同时运行多个plotly实例。但是,我现在需要在远程服务器上同时运行我的程序的多个副本,这些副本使用了plotly。我在代码顶部使用以下几行:
import plotly.plotly as py
py.sign_in('id','key') ## necessary for server simulations
这一直对我有用,但是现在我收到错误消息:
plotly.exceptions.PlotlyError: Sign in failed.
有人可以解释发生了什么吗?甚至离线使用Plotly都需要付费吗?