{ "cells": [ { "cell_type": "markdown", "id": "8e5a9874-a46e-4273-8ec3-4fdf655d1f92", "metadata": {}, "source": [ "A sample sentence with **bold** text and *italic* text and _italic_ text and **_bold italic_** text. \n", "There are two spaces at the end of the line above, this produces a soft break.\n", "\n", "Then print an empty line before printing this line.\n", "Since no soft break appears on the line above, this line does not go to a new line." ] }, { "cell_type": "code", "execution_count": null, "id": "d37ae87c-cc4b-4570-8fec-18249ee332ab", "metadata": {}, "outputs": [], "source": [ "year = 2024\n", "print(\"Year is\", year)" ] }, { "cell_type": "markdown", "id": "e8582ea9-cf99-4429-adb9-106a82124bc2", "metadata": {}, "source": [ "Demonstrating a link with a tool tip [Google](https://www.google.com/ \"Go to Google\")" ] }, { "cell_type": "markdown", "id": "cf6cc210-8720-4b69-b3ee-5225f073647f", "metadata": {}, "source": [ "# Heading 1\n", "## Heading 2\n", "###### Heading 6" ] }, { "cell_type": "markdown", "id": "96b7ee50-9d83-4f28-9e7d-b2e9b495b0b9", "metadata": {}, "source": [ "Here is an ordered list:\n", "\n", "1. Item 1\n", "2. Item 2\n", "3. Item 3\n", "\n", "Here is an unordered list:\n", "* Item 1\n", "* Item 2\n", "* Item 3\n", "\n", "Here is a nested list:\n", "1. Item 1\n", " * Item A\n", " * Item B\n", "1. Item 2\n" ] }, { "cell_type": "markdown", "id": "ff097cc2-8f3c-4db1-8613-65b687c9779a", "metadata": {}, "source": [ "Here is a photo of Gianforte Hall:\n", "\n", "![Gianforte Hall](https://www.cs.montana.edu/paxton/misc/gianforte-hall/2025-spring/2025.1.14.jpeg)" ] }, { "cell_type": "code", "execution_count": null, "id": "7c5b34a9-2fa7-4747-9383-aa092c4c7277", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.13.1" } }, "nbformat": 4, "nbformat_minor": 5 }