Using Nuvolos

nuvolos
cloud
How to set up Nuvolos for the practice assignments or for when you need to run code on a remote machine.
Author
Last updated

13 July 2025

ME204 course icon

⚠️ 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.
  2. Click on the ‘ME204-2025’ space 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.

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.

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.

Run Jupyter Notebooks

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