ray/binder/requirements.txt
Max Pumperla 7d4296c72f
run code in browser (#22727)
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>
2022-03-02 10:27:00 +01:00

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]