DS205 2025-2026 Winter Term Icon

Using Nuvolos

nuvolos
cloud
How to set up Nuvolos for labs and assignments or for when you need to run code on a remote machine.
Author
Published

02 February 2026

⚠️ IMPORTANT: Follow the instructions on this link if you don’t have a Nuvolos Cloud account yet.

Using Nuvolos

If you already have a Nuvolos account, simply go to the Nuvolos website and login using the credentials you provided when you created the Nuvolos account.

  1. Access the platform. After logging in, you will be able to access the platform. You will see a screen similar to the one below:

    Figure 1. Your Nuvolos frontpage will have a ‘Space’ dedicated to this course. ⚠️ Warning: if the screenshot shows ‘DS105’ instead of ‘DS205’, it’s because I haven’t found the time to recreate the screenshot.
  2. Click on the ‘DS205-2025-2026’ word to access the Overview page.

    Figure 2. The Overview page has a list of all available assignments (if any) at the top and a bit of information about how to use the platform. ⚠️ Warning: if the screenshot shows ‘DS105’ instead of ‘DS205’, it’s because I haven’t found the time to recreate the screenshot.

Run applications like the Terminal or VS Code

Visit the ‘Applications’ tab to see the available apps. You should see the Terminal app enabled by default and eventually other apps like VS Code.

Figure 3. The Applications tab shows the available applications. ⚠️ Warning: if the screenshot shows ‘DS105’ instead of ‘DS205’, it’s because I haven’t found the time to recreate the screenshot.

Run Python

Nuvolos already comes with Python installed and pre-configured. Simply open the Terminal or the VS Code app and type python to start the Python interpreter.

💡 Tip: The 💻 W02 Lab will guide you through running Python scripts on Nuvolos.

Run Jupyter Notebooks

We will run Jupyter Notebooks exclusively via the VS Code application - whether on Nuvolos or on your computer.