mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Example notebooks updated.
This commit is contained in:
parent
b41f77e635
commit
0f508eba6d
@ -110,17 +110,7 @@
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'value', 'step', 'max', 'min', 'disabled', 'orientation', 'description']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"outputs": [],
|
||||
"prompt_number": 3
|
||||
},
|
||||
{
|
||||
@ -145,7 +135,7 @@
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
"input": [
|
||||
"mywidget.value"
|
||||
"mywidget.value\n"
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
@ -155,7 +145,7 @@
|
||||
"output_type": "pyout",
|
||||
"prompt_number": 13,
|
||||
"text": [
|
||||
"55.1"
|
||||
"42.7"
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -182,12 +172,10 @@
|
||||
{
|
||||
"metadata": {},
|
||||
"output_type": "pyout",
|
||||
"prompt_number": 11,
|
||||
"prompt_number": 14,
|
||||
"text": [
|
||||
"['visible',\n",
|
||||
" '_css',\n",
|
||||
" '_children_attr',\n",
|
||||
" '_children_lists_attr',\n",
|
||||
" 'default_view_name',\n",
|
||||
" 'value',\n",
|
||||
" 'step',\n",
|
||||
@ -199,7 +187,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 11
|
||||
"prompt_number": 14
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -217,7 +205,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 12
|
||||
"prompt_number": 15
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -238,13 +226,13 @@
|
||||
{
|
||||
"metadata": {},
|
||||
"output_type": "pyout",
|
||||
"prompt_number": 30,
|
||||
"prompt_number": 16,
|
||||
"text": [
|
||||
"25.0"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 30
|
||||
"prompt_number": 16
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -262,18 +250,8 @@
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'value', 'values', 'disabled', 'description']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 14
|
||||
"outputs": [],
|
||||
"prompt_number": 17
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
@ -287,13 +265,13 @@
|
||||
{
|
||||
"metadata": {},
|
||||
"output_type": "pyout",
|
||||
"prompt_number": 15,
|
||||
"prompt_number": 18,
|
||||
"text": [
|
||||
"u'Item C'"
|
||||
"u'Nothing Selected'"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 15
|
||||
"prompt_number": 18
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -322,13 +300,13 @@
|
||||
{
|
||||
"metadata": {},
|
||||
"output_type": "pyout",
|
||||
"prompt_number": 16,
|
||||
"prompt_number": 19,
|
||||
"text": [
|
||||
"u'FloatSliderView'"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 16
|
||||
"prompt_number": 19
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -347,7 +325,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 17
|
||||
"prompt_number": 20
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
|
@ -25,7 +25,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 1
|
||||
"prompt_number": 2
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -82,7 +82,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 2
|
||||
"prompt_number": 3
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -108,7 +108,7 @@
|
||||
"def on_value_change(name, value):\n",
|
||||
" print(value)\n",
|
||||
"\n",
|
||||
"#intrange.on_trait_change(on_value_change, 'value')"
|
||||
"intrange.on_trait_change(on_value_change, 'value')"
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
@ -117,13 +117,298 @@
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'value', 'step', 'max', 'min', 'disabled', 'orientation', 'description']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
"1\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"2\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"3\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"4\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"5\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"6\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"7\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"8\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"9\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"10\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"11\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"12\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"13\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"14\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"15\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"16\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"17\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"18\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"20\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"19\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"18\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"17\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"16\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"12\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"10\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"8\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"6\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"4\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"3\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"2\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"1\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"4\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"10\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"18\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"39\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"60\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"68\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"75\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"79\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"82\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"85\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"86\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 9
|
||||
"prompt_number": 5
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -175,7 +460,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 4
|
||||
"prompt_number": 6
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -200,9 +485,121 @@
|
||||
"text": [
|
||||
"hi\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"85\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"84\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"81\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"79\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"73\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"70\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"67\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"59\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"56\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"53\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"51\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"49\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"47\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"45\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"44\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"42\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 5
|
||||
"prompt_number": 7
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
@ -224,41 +621,60 @@
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
"Button clicked.\n",
|
||||
"43\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"Button clicked.\n"
|
||||
"Button clicked.\n",
|
||||
"44\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"Button clicked.\n"
|
||||
"Button clicked.\n",
|
||||
"45\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"Button clicked.\n"
|
||||
"Button clicked.\n",
|
||||
"46\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"Button clicked.\n"
|
||||
"Button clicked.\n",
|
||||
"47\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"Button clicked.\n",
|
||||
"48\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"Button clicked.\n",
|
||||
"49\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 12
|
||||
"prompt_number": 8
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -316,153 +732,8 @@
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"['visible', '_css', '_children_attr', '_children_lists_attr', 'default_view_name', 'description', 'disabled']\n",
|
||||
"[]\n",
|
||||
"[]\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 7
|
||||
"outputs": [],
|
||||
"prompt_number": 9
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
|
@ -53,7 +53,7 @@
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"Set one or more CSS properties of the widget (shared among all of the \n",
|
||||
"Set one or more CSS properties of the widget (shared among all of the\n",
|
||||
" views). This function has two signatures:\n",
|
||||
" - set_css(css_dict, [selector=''])\n",
|
||||
" - set_css(key, value, [selector=''])\n",
|
||||
@ -94,8 +94,8 @@
|
||||
"output_type": "stream",
|
||||
"stream": "stdout",
|
||||
"text": [
|
||||
"Get a CSS property of the widget. Note, this function does not \n",
|
||||
" actually request the CSS from the front-end; Only properties that have \n",
|
||||
"Get a CSS property of the widget. Note, this function does not\n",
|
||||
" actually request the CSS from the front-end; Only properties that have\n",
|
||||
" been set with set_css can be read.\n",
|
||||
"\n",
|
||||
" Parameters\n",
|
||||
@ -121,7 +121,9 @@
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
"input": [
|
||||
"container = widgets.ContainerWidget()\n",
|
||||
"label = widgets.StringWidget(default_view_name=\"HTMLView\")\n",
|
||||
"label.value = \"<strong>ALERT: </strong> Hello World!\"\n",
|
||||
"container = widgets.ContainerWidget(children=[label])\n",
|
||||
"\n",
|
||||
"# set_css used to set a single CSS attribute.\n",
|
||||
"container.set_css('border', '3px solid black') # Border the container\n",
|
||||
@ -130,9 +132,6 @@
|
||||
"container.set_css({'padding': '6px', # Add padding to the container\n",
|
||||
" 'background': 'yellow'}) # Fill the container yellow\n",
|
||||
"\n",
|
||||
"label = widgets.StringWidget(default_view_name=\"HTMLView\", parent=container)\n",
|
||||
"label.value = \"<strong>ALERT: </strong> Hello World!\"\n",
|
||||
"\n",
|
||||
"display(container)"
|
||||
],
|
||||
"language": "python",
|
||||
@ -173,10 +172,10 @@
|
||||
" Parameters\n",
|
||||
" ----------\n",
|
||||
" class_name: unicode\n",
|
||||
" Class name(s) to add to the DOM element(s). Multiple class names \n",
|
||||
" Class name(s) to add to the DOM element(s). Multiple class names\n",
|
||||
" must be space separated.\n",
|
||||
" selector: unicode (optional)\n",
|
||||
" JQuery selector to select the DOM element(s) that the class(es) will \n",
|
||||
" JQuery selector to select the DOM element(s) that the class(es) will\n",
|
||||
" be added to.\n",
|
||||
" \n"
|
||||
]
|
||||
@ -200,16 +199,16 @@
|
||||
" 'padding': '6px', \n",
|
||||
" 'background': 'yellow'}) \n",
|
||||
"\n",
|
||||
"label = widgets.StringWidget(default_view_name=\"HTMLView\", parent=container)\n",
|
||||
"label = widgets.StringWidget(default_view_name=\"HTMLView\")\n",
|
||||
"label.value = \"<strong>ALERT: </strong> Hello World!\"\n",
|
||||
"\n",
|
||||
"container.children = [label]\n",
|
||||
"display(container)\n",
|
||||
"container.add_class('corner-all') # Must be called AFTER display"
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 6
|
||||
"prompt_number": 7
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -231,7 +230,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 7
|
||||
"prompt_number": 11
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -261,7 +260,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 8
|
||||
"prompt_number": 12
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -288,16 +287,16 @@
|
||||
" Parameters\n",
|
||||
" ----------\n",
|
||||
" class_name: unicode\n",
|
||||
" Class name(s) to remove from the DOM element(s). Multiple class \n",
|
||||
" Class name(s) to remove from the DOM element(s). Multiple class\n",
|
||||
" names must be space separated.\n",
|
||||
" selector: unicode (optional)\n",
|
||||
" JQuery selector to select the DOM element(s) that the class(es) will \n",
|
||||
" JQuery selector to select the DOM element(s) that the class(es) will\n",
|
||||
" be removed from.\n",
|
||||
" \n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 9
|
||||
"prompt_number": 13
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -328,7 +327,15 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 10
|
||||
"prompt_number": 14
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
"input": [],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": []
|
||||
}
|
||||
],
|
||||
"metadata": {}
|
||||
|
@ -37,7 +37,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 1
|
||||
"prompt_number": 15
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -56,7 +56,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 2
|
||||
"prompt_number": 16
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -112,7 +112,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 3
|
||||
"prompt_number": 17
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -143,7 +143,7 @@
|
||||
"input": [
|
||||
"%%javascript\n",
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/\"], function(){\n",
|
||||
"\n",
|
||||
"});"
|
||||
],
|
||||
@ -160,11 +160,11 @@
|
||||
"metadata": {},
|
||||
"output_type": "display_data",
|
||||
"text": [
|
||||
"<IPython.core.display.Javascript at 0x7f8c679289d0>"
|
||||
"<IPython.core.display.Javascript at 0x10a26a850>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 4
|
||||
"prompt_number": 18
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -179,7 +179,7 @@
|
||||
"input": [
|
||||
"%%javascript\n",
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -192,7 +192,7 @@
|
||||
{
|
||||
"javascript": [
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -202,11 +202,11 @@
|
||||
"metadata": {},
|
||||
"output_type": "display_data",
|
||||
"text": [
|
||||
"<IPython.core.display.Javascript at 0x7f8c67928510>"
|
||||
"<IPython.core.display.Javascript at 0x10a26aa10>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 5
|
||||
"prompt_number": 20
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -223,7 +223,7 @@
|
||||
"input": [
|
||||
"%%javascript\n",
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -248,7 +248,7 @@
|
||||
{
|
||||
"javascript": [
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -270,11 +270,11 @@
|
||||
"metadata": {},
|
||||
"output_type": "display_data",
|
||||
"text": [
|
||||
"<IPython.core.display.Javascript at 0x7f8c67928a10>"
|
||||
"<IPython.core.display.Javascript at 0x10a26ae90>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 6
|
||||
"prompt_number": 23
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -301,7 +301,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 7
|
||||
"prompt_number": 24
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -346,7 +346,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 8
|
||||
"prompt_number": 25
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -369,7 +369,7 @@
|
||||
"input": [
|
||||
"%%javascript\n",
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -399,7 +399,7 @@
|
||||
{
|
||||
"javascript": [
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -426,11 +426,11 @@
|
||||
"metadata": {},
|
||||
"output_type": "display_data",
|
||||
"text": [
|
||||
"<IPython.core.display.Javascript at 0x7f8c67928590>"
|
||||
"<IPython.core.display.Javascript at 0x10a274050>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 9
|
||||
"prompt_number": 26
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -445,7 +445,7 @@
|
||||
"input": [
|
||||
"%%javascript\n",
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -482,7 +482,7 @@
|
||||
{
|
||||
"javascript": [
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -516,11 +516,11 @@
|
||||
"metadata": {},
|
||||
"output_type": "display_data",
|
||||
"text": [
|
||||
"<IPython.core.display.Javascript at 0x7f8c648ce8d0>"
|
||||
"<IPython.core.display.Javascript at 0x10a2740d0>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 10
|
||||
"prompt_number": 27
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -539,7 +539,7 @@
|
||||
"input": [
|
||||
"%%javascript\n",
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -573,7 +573,6 @@
|
||||
" // Callback for when the date is changed.\n",
|
||||
" handle_date_change: function(event) {\n",
|
||||
" this.model.set('value', this.$date.val());\n",
|
||||
" this.model.update_other_views(this);\n",
|
||||
" },\n",
|
||||
" \n",
|
||||
" });\n",
|
||||
@ -588,7 +587,7 @@
|
||||
{
|
||||
"javascript": [
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -622,7 +621,6 @@
|
||||
" // Callback for when the date is changed.\n",
|
||||
" handle_date_change: function(event) {\n",
|
||||
" this.model.set('value', this.$date.val());\n",
|
||||
" this.model.update_other_views(this);\n",
|
||||
" },\n",
|
||||
" \n",
|
||||
" });\n",
|
||||
@ -634,11 +632,11 @@
|
||||
"metadata": {},
|
||||
"output_type": "display_data",
|
||||
"text": [
|
||||
"<IPython.core.display.Javascript at 0x7f8c648ce150>"
|
||||
"<IPython.core.display.Javascript at 0x10a274a10>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 11
|
||||
"prompt_number": 52
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -665,7 +663,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 12
|
||||
"prompt_number": 29
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -683,7 +681,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 13
|
||||
"prompt_number": 30
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -704,13 +702,13 @@
|
||||
{
|
||||
"metadata": {},
|
||||
"output_type": "pyout",
|
||||
"prompt_number": 14,
|
||||
"prompt_number": 37,
|
||||
"text": [
|
||||
"'2013-11-28'"
|
||||
"u'1998-12-01'"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 14
|
||||
"prompt_number": 37
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -723,12 +721,12 @@
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
"input": [
|
||||
"my_widget.value = \"1999-12-01\" # December 1st, 1999"
|
||||
"my_widget.value = \"1998-12-01\" # December 1st, 1999"
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 15
|
||||
"prompt_number": 34
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -786,7 +784,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 16
|
||||
"prompt_number": 38
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -831,7 +829,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 17
|
||||
"prompt_number": 39
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -879,7 +877,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 18
|
||||
"prompt_number": 40
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -957,7 +955,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 19
|
||||
"prompt_number": 41
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -982,7 +980,7 @@
|
||||
"input": [
|
||||
"%%javascript\n",
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -1034,7 +1032,6 @@
|
||||
" // Callback for when the date is changed.\n",
|
||||
" handle_date_change: function(event) {\n",
|
||||
" this.model.set('value', this.$date.val());\n",
|
||||
" this.model.update_other_views(this);\n",
|
||||
" },\n",
|
||||
" \n",
|
||||
" });\n",
|
||||
@ -1049,7 +1046,7 @@
|
||||
{
|
||||
"javascript": [
|
||||
"\n",
|
||||
"require([\"notebook/js/widget\"], function(){\n",
|
||||
"require([\"notebook/js/widgets/base\"], function(){\n",
|
||||
" \n",
|
||||
" // Define the DateModel and register it with the widget manager.\n",
|
||||
" var DateModel = IPython.WidgetModel.extend({});\n",
|
||||
@ -1101,7 +1098,6 @@
|
||||
" // Callback for when the date is changed.\n",
|
||||
" handle_date_change: function(event) {\n",
|
||||
" this.model.set('value', this.$date.val());\n",
|
||||
" this.model.update_other_views(this);\n",
|
||||
" },\n",
|
||||
" \n",
|
||||
" });\n",
|
||||
@ -1113,11 +1109,11 @@
|
||||
"metadata": {},
|
||||
"output_type": "display_data",
|
||||
"text": [
|
||||
"<IPython.core.display.Javascript at 0x7f8c679134d0>"
|
||||
"<IPython.core.display.Javascript at 0x10a274a10>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 20
|
||||
"prompt_number": 53
|
||||
},
|
||||
{
|
||||
"cell_type": "heading",
|
||||
@ -1148,7 +1144,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 21
|
||||
"prompt_number": 43
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -1166,7 +1162,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 22
|
||||
"prompt_number": 44
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@ -1189,7 +1185,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 23
|
||||
"prompt_number": 57
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
@ -1201,7 +1197,7 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 24
|
||||
"prompt_number": 46
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
@ -1213,7 +1209,35 @@
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 25
|
||||
"prompt_number": 48
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
"input": [
|
||||
"my_widget.value"
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"metadata": {},
|
||||
"output_type": "pyout",
|
||||
"prompt_number": 58,
|
||||
"text": [
|
||||
"u''"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prompt_number": 58
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
"input": [],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": []
|
||||
}
|
||||
],
|
||||
"metadata": {}
|
||||
|
Loading…
Reference in New Issue
Block a user