mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -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>
6 lines
296 B
Markdown
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.
|