Examples
Quickstart:
Run
pip install Burla
Run
burla install
(GCP only)Run
burla dashboard
to login to your new cluster dashboard.Hit the ⏻ Start button in your dashboard to turn the cluster on.
Run the code below!
from burla import remote_parallel_map
def my_function(my_input):
print("I'm running on remote computer in the cloud!")
remote_parallel_map(my_function, [1, 2, 3])
Other Examples:
Questions? Schedule a call with us, or email [email protected]. We're always happy to talk.
Last updated