Skip to content

Commit

Permalink
add notebook number due to notebook 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 19, 2017
1 parent 497d7ff commit 0d4a943
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions _doc/notebooks/pandas/pandas_groupby.ipynb
Expand Up @@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -132,7 +132,7 @@
"<IPython.core.display.HTML object>"
]
},
"execution_count": null,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -153,7 +153,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -203,7 +203,7 @@
"3 NaN 4"
]
},
"execution_count": null,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -217,7 +217,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -257,7 +257,7 @@
"10.0 20"
]
},
"execution_count": null,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -275,7 +275,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -319,7 +319,7 @@
"2 NaN 7"
]
},
"execution_count": null,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -338,7 +338,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 9,
"metadata": {
"collapsed": true
},
Expand Down
14 changes: 7 additions & 7 deletions _doc/notebooks/python/gil_example.ipynb
Expand Up @@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -141,7 +141,7 @@
"<IPython.core.display.HTML object>"
]
},
"execution_count": null,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -162,7 +162,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -194,7 +194,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -234,7 +234,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand All @@ -257,7 +257,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -288,7 +288,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"metadata": {
"collapsed": true
},
Expand Down
6 changes: 3 additions & 3 deletions _doc/notebooks/python/notebook_template.ipynb
Expand Up @@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -141,7 +141,7 @@
"<IPython.core.display.HTML object>"
]
},
"execution_count": null,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -169,7 +169,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {
"collapsed": true
},
Expand Down

0 comments on commit 0d4a943

Please sign in to comment.