From e2c3215ba5130e6fa429ab87b37a28ded066a091 Mon Sep 17 00:00:00 2001
From: Nicola Spallanzani <n.spallanzani@cineca.it>
Date: Tue, 27 Mar 2018 10:33:31 +0200
Subject: [PATCH] update del corso

---
 01-Introduction_to_Python.ipynb | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/01-Introduction_to_Python.ipynb b/01-Introduction_to_Python.ipynb
index cd1b49e..75fe3c6 100644
--- a/01-Introduction_to_Python.ipynb
+++ b/01-Introduction_to_Python.ipynb
@@ -11,38 +11,6 @@
     "![](files/images/title_intro_python.png)"
    ]
   },
-  {
-   "cell_type": "code",
-   "execution_count": 4,
-   "metadata": {
-    "slideshow": {
-     "slide_type": "skip"
-    }
-   },
-   "outputs": [
-    {
-     "data": {
-      "text/html": [
-       "<style>\n",
-       "h1 { font-size: 50pt !important; color:white !important; background-color:#e00a3e !important; padding:100px 10px 100px 10px !important; text-align:center !important; }\n",
-       "h2 { color:white !important; background-color:#e00a3e !important; padding:10px !important; text-align:center !important; }\n",
-       "</stile>\n"
-      ],
-      "text/plain": [
-       "<IPython.core.display.HTML object>"
-      ]
-     },
-     "execution_count": 4,
-     "metadata": {},
-     "output_type": "execute_result"
-    }
-   ],
-   "source": [
-    "import os\n",
-    "from IPython.core.display import HTML\n",
-    "HTML(filename=os.path.join(os.path.abspath('images'),'css'))"
-   ]
-  },
   {
    "cell_type": "markdown",
    "metadata": {
-- 
GitLab