Update notebooks to latest nbformat

This commit is contained in:
Aurélien Geron
2020-04-06 19:13:12 +12:00
parent d507ec815a
commit 2f7ab70295
22 changed files with 112 additions and 194 deletions

View File

@@ -554,9 +554,7 @@
{
"cell_type": "code",
"execution_count": 24,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"plt.plot(x, x**2, px, py, \"ro\")\n",
@@ -1022,9 +1020,7 @@
{
"cell_type": "code",
"execution_count": 42,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"plt.imshow(img, cmap=\"hot\")\n",
@@ -1065,9 +1061,7 @@
{
"cell_type": "code",
"execution_count": 44,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"plt.imshow(img, interpolation=\"nearest\")\n",
@@ -1086,7 +1080,10 @@
"cell_type": "code",
"execution_count": 45,
"metadata": {
"collapsed": true
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"outputs": [],
"source": [
@@ -1175,7 +1172,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.6"
},
"toc": {
"toc_cell": true,
@@ -1186,5 +1183,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}