ray/binder/README.md
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

6 lines
296 B
Markdown

# Dependencies for mybinder.org
To run notebook examples directly in the browser with binder, we need to set up the right dependencies,
so that the launched notebook can import them right away.
The `requirements.txt` file contains dependencies for (most) of the notebooks in our documentation.