Saturn Cloud Quickstart
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.
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.
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.
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).
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:
- Creating Dask cluster for the resource - One powerful feature of Saturn Cloud is Dask clusters for distributed computing in Python.
- Have the resource use a GPU - Saturn Cloud resources can use GPUs as easily as CPUs for faster machine learning.
- Connect to data - How to connect to different data locations from a Saturn Cloud resource.
- Connect a git repo - Make a Saturn Cloud resource link with your git repositories to run your code.
- Use other IDEs (like PyCharm or VSCode) - Connect to a Jupyter server resource from your local IDE, using an SSH connection.
- Schedule jobs and run deployments - Jobs and deployments are two other types of resources. These let you schedule scripts to run or set up continuously running resources (like APIs and dashboards).
Need help, or have more questions? Contact us at:
- support@saturncloud.io
- On Intercom, using the icon at the bottom right corner of the screen
We'll be happy to help you and answer your questions!