I’m not sure how folium downloads data, so the folium devs might be the ones to ask. If they use standard Python APIs, you can set the HTTP_PROXY and/or HTTPS_PROXY environment variables.
set HTTP_PROXY=http://myproxy.org:123
-MinRK
--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/0c1ee61a-8ce4-4011-aafb-0d58935de969%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Project Jupyter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jupyter/vqltaPvmSbQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHNn8BWyv-O-2eoaJ2BOvdubXQfX2WNF%2Be1W-XUBp2PBPTfPcA%40mail.gmail.com.
os.environ['http_proxy'] = 'http://user:passwd@host:port'os.environ['https_proxy'] = 'https://user:passwd@host:port'
--
You received this message because you are subscribed to a topic in the Google Groups "Project Jupyter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jupyter/vqltaPvmSbQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qhpq5MWzhtOAx0MRhQpxQA2SvC4v%2BqqUPwm-WzGJV6mDQ%40mail.gmail.com.
Actually does not matter if you put lowercase ... it ends up begin rightly assigned to HTTP_PROXY
--
You received this message because you are subscribed to a topic in the Google Groups "Project Jupyter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jupyter/vqltaPvmSbQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qiU4pqhZbhfdpMcjuuiDOSMGSKe8TBA7WD%2BSe%3Di6%2BmjhA%40mail.gmail.com.
On Sun, Apr 17, 2016 at 12:07 AM, tog <guillaum...@gmail.com> wrote:
No issue for the noise ;-)My issue seems to be related to the fact that I am using Folium which does XMLHTTPRequest to get data. Not yet find a solution though ... so if anyone has an idea, it's welcome!
If fetching the data is happening in javascript, it’s the browser that needs the proxy configuration. Chrome’s proxy config.
-MinRK
On Fri, 15 Apr 2016 at 21:52 Thomas Kluyver <tak...@gmail.com> wrote:On 15 April 2016 at 21:42, tog <guillaum...@gmail.com> wrote:Actually does not matter if you put lowercase ... it ends up begin rightly assigned to HTTP_PROXY--Ah, OK, sorry for the noise. I guess this is a difference between Windows and Unix - I tested too, and on my system environment variables are case sensitive.
You received this message because you are subscribed to a topic in the Google Groups "Project Jupyter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jupyter/vqltaPvmSbQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qiU4pqhZbhfdpMcjuuiDOSMGSKe8TBA7WD%2BSe%3Di6%2BmjhA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAE1e5yFA82ZeafxFU3_VFuH%2B3C82SbaDd7nch1W4isqmAuy3gQ%40mail.gmail.com.