This repository is no longer maintained. You can get notebooks in our docker images: https://hub.docker.com/r/rapidsai/notebooks
Or check individual repos for their notebooks.
- cuML Notebooks
- cuGraph Notebooks
- CLX Notebooks
- cuSpatial Notebooks
- cuxfilter Notebooks
- XGBoost Notebooks
These notebooks provide examples of how to use RAPIDS. These notebooks are designed to be self-contained with the runtime
version of the RAPIDS Docker Container and RAPIDS Nightly Docker Containers and can run on air-gapped systems. You can quickly get this container using the install guide from the RAPIDS.ai Getting Started page
This repository serves as a convenience for our developers and users as a colocation of all RAPIDS notebooks.
To get the latest notebook repo updates, run ./update.sh
or use the following command:
git submodule update --init --remote --no-single-branch --depth 1