Skip to content

Commit f2646f3

Browse files
matthewfeickertlukasheinrich
authored andcommitted
fix: Update nbformat to v4.4 for all tested notebooks (#723)
* Update all tested notebooks to have nbformat v4.4 to avoid errors
1 parent 2a49f74 commit f2646f3

11 files changed

+5652
-304
lines changed

docs/examples/notebooks/ImpactPlot.ipynb

Lines changed: 5362 additions & 4 deletions
Large diffs are not rendered by default.

docs/examples/notebooks/ShapeFactor.ipynb

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@
104104
{
105105
"cell_type": "code",
106106
"execution_count": 4,
107-
"metadata": {
108-
"scrolled": false
109-
},
107+
"metadata": {},
110108
"outputs": [
111109
{
112110
"name": "stderr",
@@ -188,9 +186,7 @@
188186
{
189187
"cell_type": "code",
190188
"execution_count": 6,
191-
"metadata": {
192-
"scrolled": false
193-
},
189+
"metadata": {},
194190
"outputs": [
195191
{
196192
"name": "stdout",
@@ -278,9 +274,9 @@
278274
"name": "python",
279275
"nbconvert_exporter": "python",
280276
"pygments_lexer": "ipython3",
281-
"version": "3.6.6"
277+
"version": "3.7.5"
282278
}
283279
},
284280
"nbformat": 4,
285-
"nbformat_minor": 2
286-
}
281+
"nbformat_minor": 4
282+
}

docs/examples/notebooks/XML_ImportExport.ipynb

Lines changed: 239 additions & 238 deletions
Large diffs are not rendered by default.

docs/examples/notebooks/altair.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,5 +304,5 @@
304304
}
305305
},
306306
"nbformat": 4,
307-
"nbformat_minor": 2
307+
"nbformat_minor": 4
308308
}

docs/examples/notebooks/binderexample/StatisticalAnalysis.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,9 +1980,7 @@
19801980
{
19811981
"cell_type": "code",
19821982
"execution_count": 13,
1983-
"metadata": {
1984-
"scrolled": false
1985-
},
1983+
"metadata": {},
19861984
"outputs": [
19871985
{
19881986
"data": {
@@ -9078,5 +9076,5 @@
90789076
}
90799077
},
90809078
"nbformat": 4,
9081-
"nbformat_minor": 2
9079+
"nbformat_minor": 4
90829080
}

docs/examples/notebooks/hello-world.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@
158158
}
159159
},
160160
"nbformat": 4,
161-
"nbformat_minor": 2
161+
"nbformat_minor": 4
162162
}

docs/examples/notebooks/learn/InterpolationCodes.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,7 @@
365365
{
366366
"cell_type": "code",
367367
"execution_count": 13,
368-
"metadata": {
369-
"scrolled": false
370-
},
368+
"metadata": {},
371369
"outputs": [
372370
{
373371
"data": {
@@ -463,7 +461,7 @@
463461
"name": "python",
464462
"nbconvert_exporter": "python",
465463
"pygments_lexer": "ipython3",
466-
"version": "3.7.3"
464+
"version": "3.7.5"
467465
},
468466
"widgets": {
469467
"application/vnd.jupyter.widget-state+json": {
@@ -773,5 +771,5 @@
773771
}
774772
},
775773
"nbformat": 4,
776-
"nbformat_minor": 2
774+
"nbformat_minor": 4
777775
}

docs/examples/notebooks/learn/TensorizingInterpolations.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,9 +1595,9 @@
15951595
"name": "python",
15961596
"nbconvert_exporter": "python",
15971597
"pygments_lexer": "ipython3",
1598-
"version": "3.7.3"
1598+
"version": "3.7.5"
15991599
}
16001600
},
16011601
"nbformat": 4,
1602-
"nbformat_minor": 2
1602+
"nbformat_minor": 4
16031603
}

docs/examples/notebooks/multiBinPois.ipynb

Lines changed: 33 additions & 34 deletions
Large diffs are not rendered by default.

docs/examples/notebooks/multichannel-coupled-histo.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,7 @@
229229
{
230230
"cell_type": "code",
231231
"execution_count": 9,
232-
"metadata": {
233-
"scrolled": false
234-
},
232+
"metadata": {},
235233
"outputs": [
236234
{
237235
"name": "stdout",
@@ -296,5 +294,5 @@
296294
}
297295
},
298296
"nbformat": 4,
299-
"nbformat_minor": 2
297+
"nbformat_minor": 4
300298
}

0 commit comments

Comments
 (0)