Updated variable descriptions section to be a markdown cell with a pre tag.

This commit is contained in:
Donne Martin 2015-03-15 08:36:23 -04:00
parent 8d72ba4cd4
commit 8364d476b3

View File

@ -1,7 +1,7 @@
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:e3453ddfc1306af58988534b0c33922689bc39e154ef8fe83f66ebfb84c8b3bf" "signature": "sha256:d49ab1819dc8545d4c81271bb3aeebc055d96d9d03404cce61369aab05a1e70f"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
@ -104,9 +104,10 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"<pre>\n",
"VARIABLE DESCRIPTIONS:\n", "VARIABLE DESCRIPTIONS:\n",
"survival Survival\n", "survival Survival\n",
" (0 = No; 1 = Yes)\n", " (0 = No; 1 = Yes)\n",
@ -143,7 +144,8 @@
"nephews/nieces, aunts/uncles, and in-laws. Some children travelled\n", "nephews/nieces, aunts/uncles, and in-laws. Some children travelled\n",
"only with a nanny, therefore parch=0 for them. As well, some\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", "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",
"</pre>"
] ]
}, },
{ {