简体   繁体   中英

Jupyter Notebook SOCKS connection fails while running a SOCKS proxy. Ideas?

So I am having an issue where starting up a local Jupyter Notebook fails due to socks proxy connection error:

The webpage at http://localhost:8888/tree?token=xxxx...xxxx might be
temporarily down or it may have moved permanently to a new web address.
ERR_SOCKS_CONNECTION_FAILED

I'm running a socks proxy over ssh tunnel at the same time that I am working on Jupyter. They already run on different ports. Is there a workaround that doesn't involve me reimplementing my proxy in a different protocol?

I just figured it out...

Set proxy to bypass localhost did the trick.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM