2.3.5 Proxy Setup

If your company uses a proxy to connect to the Internet, you need to set the proxy to access Microchip servers. The ML SDK uses the default system proxy. If you want to set a specific proxy for this session, you need to set the proxy as an environmental variable in the notebook:

import os
os.environ['http_proxy']  = 'http-proxy-address'
os.environ['https_proxy'] = 'https-proxy-address'