Getting Fimiliar

Contents

1.1. Getting Fimiliar#

Once you’ve installed all the tools listed in Getting Started, you can begin with the first lab!

1.1.1. Exercise#

In this exercise, you will perform some basic operations with the tools we will be using throught this resource. This will help fimiliarize you with the tools.

Task Instructions

  1. Create a new Git repository with a name of your choice.

  2. Add a new file named main.ipynb to the repository.

  3. Open the notebook in VS Code, create a new cell, and run the following code:

    print("MY SETUP IS DONE!")
    
  4. Take a screenshot showing the output in VS Code.

  5. Save the screenshot in the same folder as the notebook.

  6. Commit both files (the notebook and screenshot) and push them to your GitHub repository.