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 @@ -41,14 +41,16 @@ jupyter-lab
4141Then browse to < http://localhost:8888/lab >
4242
4343
44- ## Outline
45-
46- * Remote Functions: [ ` ex_remo_func.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_remo_func.ipynb )
47- * Remote Objects: [ ` ex_remo_objs.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_remo_objs.ipynb )
48- * Remote Methods: [ ` ex_remo_meth.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_remo_meth.ipynb )
49- * Multiprocessing Pool: [ ` ex_mult_pool.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_mult_pool.ipynb )
50- * Parallel Iterators: [ ` ex_para_iter.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_para_iter.ipynb )
51- * JobLib: [ ` ex_job_lib.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_job_lib.ipynb )
44+ ## Examples in Notebooks
45+
46+ | pattern | notebook |
47+ | ------- | -------- |
48+ | Remote Functions | [ ` ex_remo_func.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_remo_func.ipynb ) |
49+ | Remote Objects | [ ` ex_remo_objs.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_remo_objs.ipynb ) |
50+ | Remote Methods | [ ` ex_remo_meth.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_remo_meth.ipynb ) |
51+ | Multiprocessing Pool | [ ` ex_mult_pool.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_mult_pool.ipynb ) |
52+ | Parallel Iterators | [ ` ex_para_iter.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_para_iter.ipynb ) |
53+ | JobLib | [ ` ex_job_lib.ipynb ` ] ( https://github.com/DerwenAI/ray_tutorial/blob/main/ex_job_lib.ipynb ) |
5254
5355
5456## Recommended Reading
You can’t perform that action at this time.
0 commit comments