a) Google Colab
Google Colab (short for Colaboratory) is a free, cloud-based Jupyter notebook environment
provided by Google. It allows you to:
Step 1: Access Google Colab
Sign in to Google Account: Ensure you are logged into your Google account
Open Google Drive.
Click on “New” > “More” > “Google Colaboratory” to create a new notebook.
Step 2: Understand the Notebook Interface
The Google Colab interface is similar to Jupyter Notebook. Key components include:
1. Cells:
Step 3: Create a New Notebook
1. Start a New Notebook:
2. Rename the Notebook:
Step 4: Write and Run Code
1. Add a Code Cell:
2. Write Python Code:
3. Run the Code:
b) Jupyter Notebooks:
Step 1: Download Anaconda
1. Visit the official Anaconda website.
2. Download the appropriate version for your operating system (Windows, macOS, or Linux).
Step 2: Install Anaconda
Step 3: Launch Jupyter Notebook via Anaconda Navigator
1. Open the Anaconda Navigator (search for it in your start menu or applications folder).
2. In Anaconda Navigator, you’ll see an option for Jupyter Notebook.
3. Click the Launch button next to Jupyter Notebook. It will open in your default web browser.