You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
I'm facing an issue while trying to publish a python app from jupyterhub to a connect server hosted in the same network.
We have a company proxy configured as environment variable:
Thank you for reporting this. rsconnect-jupyter uses rsconnect-python's API layer to access the server. NO_PROXY support was recently added there with this PR so it will be present in the next release.
Hi all,
I'm facing an issue while trying to publish a python app from jupyterhub to a connect server hosted in the same network.
We have a company proxy configured as environment variable:
and when trying to publish it says:
If I unset the proxy, it works.
Seems like it does not honorate the NO_PROXY env variable?
pip list:
The text was updated successfully, but these errors were encountered: