From 847ee5e4f0d4f6d4877ff45e2d53b89855ec03a9 Mon Sep 17 00:00:00 2001 From: Raffaella Rizzi Date: Tue, 1 Oct 2024 13:03:55 +0200 Subject: [PATCH] Laboratorio 1 ottobre 2024 --- laboratorio/lab1-01ott24/GuidaMarkdown.ipynb | 242 ++++++ .../lezione1-python-introduzione.ipynb | 737 ++++++++++++++++++ 2 files changed, 979 insertions(+) create mode 100644 laboratorio/lab1-01ott24/GuidaMarkdown.ipynb create mode 100644 laboratorio/lab1-01ott24/lezione1-python-introduzione.ipynb diff --git a/laboratorio/lab1-01ott24/GuidaMarkdown.ipynb b/laboratorio/lab1-01ott24/GuidaMarkdown.ipynb new file mode 100644 index 0000000..afe2009 --- /dev/null +++ b/laboratorio/lab1-01ott24/GuidaMarkdown.ipynb @@ -0,0 +1,242 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Esempi di celle in linguaggio Markdown" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Testo semplice" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Titolo di primo livello\n", + "## Titolo di secondo livello\n", + "### Titolo di terzo livello" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**Testo in grassetto**\n", + "\n", + "*testo in corsivo*\n", + "\n", + "***Testo in grassetto e corsivo***\n", + "\n", + "~~testo barrato~~" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "testo in rosso\n", + "\n", + "testo in blu" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "`codice`" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "```\n", + "codice su\n", + "più\n", + "righe\n", + "```" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "> testo indentato una volta\n", + ">> testo indentato due volte\n", + ">>> testo indentato tre volte" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "> # Titolo indentato una volta\n", + ">> ## Titolo indentato due volte\n", + ">>> ### Titolo indentato tre volte" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Elenco puntato\n", + "\n", + "- elemento 1\n", + "- elemento 2\n", + "- elemento 3" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Elenco puntato annidato\n", + "\n", + "- elemento 1\n", + " - elemento 1.1\n", + " - elemento 1.2\n", + "- elemento 2" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Elemento puntato con indentazione interna\n", + "\n", + "- elemento 1\n", + "> indentazione\n", + "- elemento 2" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Elemento puntato con codice interno\n", + "\n", + "- elemento 1\n", + " codice\n", + "- elemento 2" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Elenco numerato\n", + "\n", + "1. elemento 1\n", + "2. elemento 2\n", + "3. elemento 3" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Formula matematica $a^2 = b^2 + c^2$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Formula matematica a capo e centrata $$a^2 = b^2 + c^2$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Riga orizzontale (almeno tre asterischi)\n", + "\n", + "***" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Link esterno\n", + "\n", + "[Introduzione a Python](https://www.federica.eu/c/introduzione_a_python_per_la_data_science/)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Tabella\n", + "\n", + "| Colonna 1 | Colonna 2 |\n", + "| :-- | --: |\n", + "| testo 1 | testo 2 |\n", + "[Caption tabella][identificativo]" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Immagine\n", + "\n", + "![Jupyter logo](img/500px-Jupyter_logo.svg.png)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Immagine ridimensionata\n", + "\n", + "" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Video (Credits: https://pixabay.com/it/videos/)\n", + "\n", + "