{ "cells": [ { "cell_type": "markdown", "id": "338584ee", "metadata": {}, "source": [ "# This is for practicing with Jupyter notebooks" ] }, { "cell_type": "markdown", "id": "7697c0b6", "metadata": {}, "source": [ "There are two types of cells: __Markdown cells__ and __Code cells__." ] }, { "cell_type": "markdown", "id": "f175b572", "metadata": {}, "source": [ "This is a Markdown cell. You can use this to a write an introdution to what the notebook is about, or to write description for your code fragment below and what it does, etc." ] }, { "cell_type": "markdown", "id": "50183206", "metadata": {}, "source": [ "