This repository was archived by the owner on Aug 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33An introductory tutorial about leveraging [ Ray] ( https://docs.ray.io/en/master/ )
44core features for distributed patterns.
55
6+ Note: this code has been tested with Python 3.7 on macOS 10.13 and
7+ Ubuntu 18.04 LTS.
8+
69
710## Getting Started
811
9- Use ` git ` to clone this public repository:
12+ To get started use ` git ` to clone this public repository:
1013```
1114git clone https://github.com/DerwenAI/ray_tutorial.git
1215cd ray_tutorial
@@ -36,5 +39,8 @@ Then browse to <http://localhost:8888/lab>
3639
3740## Recommended Reading
3841
39- * < https://patterns.eecs.berkeley.edu/ >
40- * < https://github.com/faif/python-patterns >
42+ * [ * Ray Design Patterns* ] ( https://docs.google.com/document/d/167rnnDFIVRhHhK4mznEIemOtj63IOhtIPvSYaPgI4Fg/edit#heading=h.crt5flperkq3 )
43+ * UC Berkeley EECS [ "Our Pattern Language"] ( https://patterns.eecs.berkeley.edu/ )
44+ * [ Anyscale Academy] ( https://github.com/anyscale/academy )
45+ * [ Ray Tutorial] ( https://github.com/ray-project/tutorial )
46+ * [ ` python-patterns ` ] ( https://github.com/faif/python-patterns )
Original file line number Diff line number Diff line change 44 "cell_type" : " markdown" ,
55 "metadata" : {},
66 "source" : [
7- " # A Guided Tour of Ray Core"
7+ " # A Guided Tour of Ray Core: JobLib "
88 ]
99 },
1010 {
You can’t perform that action at this time.
0 commit comments