Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 8b25285

Browse files
committed
other resources
1 parent b1d3629 commit 8b25285

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
An introductory tutorial about leveraging [Ray](https://docs.ray.io/en/master/)
44
core 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
```
1114
git clone https://github.com/DerwenAI/ray_tutorial.git
1215
cd 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)

ex_job_lib.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
{

0 commit comments

Comments
 (0)