If your deployment is behind an HTTP or HTTPS proxy, you must configure the hostname of
    the proxy you are using in Cloudera Data Science Workbench.
    - 
        Configure the hostname of the proxy you are using in Cloudera Data Science Workbench as
          follows:
        
          HTTP_PROXY="<http://proxy_host>:<proxy-port>"
HTTPS_PROXY="<http://proxy_host>:<proxy_port>"
 
 
- 
        Depending on your deployment, use one of the following methods to configure the proxy
          in Cloudera Science Workbench:
        
          
            - CSD - Set the HTTP Proxy or HTTPS Proxy properties in the
              Cloudera Manager's CDSW service. 
- RPM - Set the HTTP_PROXYorHTTPS_PROXYproperties in/etc/cdsw/config/cdsw.confon all Cloudera Data
              Science Workbench gateway hosts.
 
 
- 
        If you are using an intermediate proxy such as Cntlm to
          handle NTLM authentication, add the Cntlm proxy address to these fields.
        
          HTTP_PROXY="http://localhost:3128"
HTTPS_PROXY="http://localhost:3128"