This workflow for using Renku for a course is great for workshops where participants only need to run sessions and do not need to save their work beyond the duration of a short-term course.
For creating the project:
Create a Renku project as explained in How to create a new project.
Add the data, if needed. See our collection of How To Guides for options for creating data connectors.
Add a code repository as explained in How to add a code repository to your project with the course tasks.
Create a session launcher for working in your project:
Select an environment:
Set the session launcher’s default resource class to your course’s resource pool, as described in How to select compute resources for your session.
<aside> <img src="/icons/info-alternate_blue.svg" alt="/icons/info-alternate_blue.svg" width="40px" />
In order to ensure adequate resources for running the project and to control the consumption of the sessions, remember to assign to the session launcher with the adequate resource class when adding the session launcher to your project. Learn more about custom resource pools for courses: Request a Custom Resource Pool.
</aside>