Ray:
You can find the code for the tutorials at this GitHub repo.
Also, here are some instructions for how to run the tutorials locally using Docker. You can also run the code directly from the GitHub repo included above, but the Docker image already has the Python and data dependencies pre-packaged, so we recommend running with Docker.
- Download the Docker image from Docker Hub (make sure you have Docker installed first):
$ docker pull swangster/rise-camp-tutorial:v0
- Start a container. This command includes a flag to forward the default port for Jupyter.
$ docker run -it -p 8888:8888 swangster/rise-camp-tutorial:v0
- Inside the container, navigate to the directory with the Jupyter notebooks and start Jupyter lab:
$ cd /root/rise-camp-tutorial && jupyter lab –ip=0.0.0.0 –allow-root
- The last command should have printed a link that you can click on or copy-paste into a web browser to navigate to the Jupyter Lab session.
Modin:
To run the tutorial, do the following:
git clone https://github.com/modin-project/modin.git
cd modin
pip install virtualenv
virtualenv modin-tutorial
source ./modin-tutorial/bin/activate
cd examples/tutorial/
pip install -r requirements.txt
jupyter lab
Autopandas:
Link to repo : https://github.com/rbavishi/gauss-rise-camp
NBSafety:
The NBSafety tutorial + instructions are available at this GitHub repo.
MC2 :
You can find the tutorial with instructions here: https://github.com/mc2-project/risecamp.
ERDOS
To run the tutorial on your own machine, we require Docker and recommend a good GPU in order to run the simulations. Follow the following instructions to run the image:
docker pull erdosproject/pylot:risecamp
Nvidia-docker run -itd –name pylot_risecamp_20 -p 80:8080 erdosproject/pylot:risecamp /bin/bash
And then navigate to localhost to see the jupyter notebook!
AdaHessian and PyHessian:
You can find the tutorial with instructions here: https://github.com/yaozhewei/PyHessian_AdaHessian_RiseCamp
Lux:
You can find the tutorial instructions here: https://github.com/lux-org/lux-binder/
The Github repo contains instructions on how to set up the tutorial locally using Docker.
You can also try out the tutorial by accessing a live notebook at this Binder link: https://mybinder.org/v2/gh/lux-org/lux-binder/master?urlpath=tree/exercise