From 8364d476b3e2933d2f9fca3adad6226545ccc1bd Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 15 Mar 2015 08:36:23 -0400 Subject: [PATCH] Updated variable descriptions section to be a markdown cell with a pre tag. --- kaggle/titanic.ipynb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kaggle/titanic.ipynb b/kaggle/titanic.ipynb index e985b5b..eb3251c 100644 --- a/kaggle/titanic.ipynb +++ b/kaggle/titanic.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:e3453ddfc1306af58988534b0c33922689bc39e154ef8fe83f66ebfb84c8b3bf" + "signature": "sha256:d49ab1819dc8545d4c81271bb3aeebc055d96d9d03404cce61369aab05a1e70f" }, "nbformat": 3, "nbformat_minor": 0, @@ -104,9 +104,10 @@ ] }, { - "cell_type": "raw", + "cell_type": "markdown", "metadata": {}, "source": [ + "
\n",
       "VARIABLE DESCRIPTIONS:\n",
       "survival        Survival\n",
       "                (0 = No; 1 = Yes)\n",
@@ -143,7 +144,8 @@
       "nephews/nieces, aunts/uncles, and in-laws.  Some children travelled\n",
       "only with a nanny, therefore parch=0 for them.  As well, some\n",
       "travelled with very close friends or neighbors in a village, however,\n",
-      "the definitions do not support such relations."
+      "the definitions do not support such relations.\n",
+      "
" ] }, {