Can not run example on windows workbench

On the windows workbench I am trying to run the starter code (python.ipynb), but I get a ‘ConnectTimeoutError’ on the first pip install command (Setup AIcrowd Utilities).
For the setup I followed these instructions:


My workbench is located on the UKHub

Hi @stefanos_fafalios,

When using a Windows workbench, you should set proxies before launching Jupyter, as described in this post

Type these commands on the Anaconda prompt:
set HTTP_PROXY=http://10.0.0.5:3128
set HTTPS_PROXY=http://10.0.0.5:3128
set NO_PROXY=localhost,127.0.0.1
jupyter-notebook

3 Likes

Hi Michal,
I am not able to connect my network through a browser in workspace in windows , it is showing HTTP 403 error.so how Can I download .exe file and install the anaconda .

Hi @suri,

instructions on how to install Ananconda on Windows are here.

You have to go to this address: https://repo.anaconda.com/archive/ , using the VM internet explorer browser.

1 Like