mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00

Example for running notebooks on our docs directly in the browser by connecting to a binder instance launched on demand. If this seems useful we can extend this to other examples gradually. Signed-off-by: Max Pumperla <max.pumperla@googlemail.com>
4 lines
No EOL
154 B
Text
4 lines
No EOL
154 B
Text
# Set up requirements needed to build a binder server to launch into.
|
|
-r ../doc/requirements-doc.txt
|
|
-r ../python/requirements.txt
|
|
ray[rllib, serve, tune] |