Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make notebooks proxy aware #50

Closed
lomax opened this issue Nov 14, 2018 · 2 comments
Closed

Make notebooks proxy aware #50

lomax opened this issue Nov 14, 2018 · 2 comments

Comments

@lomax
Copy link

lomax commented Nov 14, 2018

To execute the first cell of 2.1_first_module inside the environment behind the proxy i have tomake ammonite shell proxy aware and found this solution:

System.setProperty("https.proxyHost","proxy.example.com")
System.setProperty("https.proxyPort","3128")

^---- should be added before importing chisel packages
I haven't tried running the jupyter itself with JAVA_OPTS="-Dhttps.proxyHost=proxy.example.com -Dhttps.proxyPort=3128"

@grebe
Copy link
Contributor

grebe commented Feb 18, 2019

Does the PR look OK to you?

edwardcwang pushed a commit that referenced this issue Feb 18, 2019
* Add some starter code and instructions for using a proxy.

Closes #50.
@lomax
Copy link
Author

lomax commented Feb 19, 2019

Does the PR look OK to you?

Yeah, that is exactly what I did to fix it locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants