rayEasy Playground

Distributed computing framework: scale Python across clusters

Getting started with rayRun locally
Install
pip install ray
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: ray)

ray is a third-party package. Distributed computing framework: scale Python across clusters. Install with: pip install ray

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?