Saturn Cloud Quickstart

A how-to guide to get started using Saturn Cloud

Saturn Cloud is a platform for data science–helping people quickly do work using whatever technology they need, including large instances, GPU processors, distributed computing, and more.

This guide is for first time users to get an environment set up in Saturn Cloud to do data science. In just a few steps, you will be able to run Python code in the cloud, and with that you can expand the environment however you need.

Sign Up for Saturn Cloud

Sign up by visiting saturncloud.io, clicking “Start for Free”, and following the instructions. If you have any struggles, we have a full tutorial.

Screenshot of signup page indicating GitHub, Google, or email options

Creating and Starting a Resource

A resource is an complete environment for running code. They come in multiple types, but the most commonly used one is a Jupyter server, which lets you use JupyterLab (or other IDEs) to run Jupyter notebooks and Python scripts.

Create a Jupyter Server resource in your new account. On the Resources page you can either select one of the pre-created template resources like the RAPIDS server, or set up your own by pressing the New Jupyter Server button and customizing the resource.

Screenshot of the resource page

Once the server is created, you’ll need to turn it on. Press the green triangle on the resource’s page to start the server. When the card shows that the resource is “Running”, you can open it and begin working.

Screenshot of card in resource for Jupyter server with green 'start' button

Using the Resource

With a resource from a template, you can run the example notebooks immediately. The RAPIDS quick start, for example, lets you run GPU-accelerated data science code to process data and train machine learning models. In this tutorial, you get all the instructions to train a RAPIDS model on Saturn Cloud from start to finish. If you made a custom resource you can upload your own code (or connect the resource to a git repository).

Jupyter notebook open in JupyterLab

When you’re done using the resource, you can shut it down the same way you turned it on, by clicking the button on the card (it will be a red square when the resource is running). By default, the resource will also automatically shut off after the browser window has been inactive for an hour.

Customizing Your Resources

Creating and using a Jupyter server resource is at the core of most of what you can do with Saturn Cloud. There are lots of ways you can expand on it:


Need help, or have more questions? Contact us at:

We'll be happy to help you and answer your questions!