Errno 61 HTTPSConnectionPool

I’m fairly new to using python as well as plotly.

I’m trying to work in an offline notebook and have been following along with some examples and keep running into this error:

HTTPSConnectionPool(host=‘plotly.your-company.com’, port=443): Max retries exceeded with url: /clientresp (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x11a3af6d0>: Failed to establish a new connection: [Errno 61] Connection refused’,))

It looks like my host needs to change to a local destination, but am unsure how to do this. As well, I’m confused as to why it auto fills to plotly.you-company.com as if there was a requirement for a company id key to be listed with the short examples.

Ran into the same issue. It works if you configure your plotly to perform in offline mode, however I run into the same error codes when configured for online mode. I believe this is because of the company proxy settings. I am currently running Python 3.7 and have created environment variables, with no success.

Updates?