Below are the steps suggested by our engineering team.
On a personal laptop
1. From the remote machine where the experiment ran goto experiment folder in h2o/tmp directory and copy the whole folder named "Scoring-pipeline/scoring-pipeline"2. Place it on the laptop which has internet connection & Python 3.6 which is compatible with H2O.3. Run the below commands from the folder :    "virtualenv --python=path-to-local-python/bin/python3.6 --no-download env"     source env/bin/activate    "pip install -r requirements.txt"    bash run_example.sh for using the python scoring script.
If the remote GPU machine where the experiment ran can be enabled with wifi run the below command.
1. Goto experiment folder in h2o/tmp directory 2. Goto "Scoring-pipeline/scoring-pipeline". 3. Run the below commands  "virtualenv --python=path-to-local-python/bin/python3.6 --no-download env"     source env/bin/activate    "pip install -r requirements.txt"    bash run_example.sh for using the python scoring script.