使用Django或Dash / Plotly创建用户身份验证仪表板

时间:2018-08-13 06:57:42

标签: python django plotly-dash

1)我正在一个项目中,其中一个子任务是创建用户身份验证步骤,该步骤需要具有登录和注册过程以及注销过程。 2)除此之外,我还需要在线用户和应用程序中的用户数。

我计划在Django或Dash /中使用Python绘图,并且正在使用Jupyter笔记本进行工作。

我已经通过以下站点中的一个Dash Authentication示例进行了访问,

https://dash.plot.ly/authentication

但是我无法遍历第二个示例,即Plotly OAuth示例,在这里我遇到以下错误:

ConnectionError: HTTPSConnectionPool(host='api.plot.ly', port=443): Max retries exceeded with url: /v2/files/lookup?path=Dash%20Authentication%20Sample%20App (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x000000000C712358>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed',))

我正在寻找输入/资源以最好地使用此项目。任何帮助/建议都非常感谢。

0 个答案:

没有答案