Fixes and tidies notebooks
This commit is contained in:
Родитель
90c345678f
Коммит
28d83b38a4
|
@ -252,6 +252,7 @@
|
|||
}
|
||||
],
|
||||
"source": [
|
||||
"# Results\n",
|
||||
"print(json.dumps(results_dict, indent=4, sort_keys=True))"
|
||||
]
|
||||
},
|
||||
|
@ -461,25 +462,6 @@
|
|||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.6.0"
|
||||
},
|
||||
"widgets": {
|
||||
"state": {
|
||||
"0482d28799704f279db6beea6fa302f9": {
|
||||
"views": [
|
||||
{
|
||||
"cell_index": 18
|
||||
}
|
||||
]
|
||||
},
|
||||
"0b12cacd58314214bac442914e292df1": {
|
||||
"views": [
|
||||
{
|
||||
"cell_index": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "1.2.0"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
|
@ -478,7 +478,8 @@
|
|||
}
|
||||
],
|
||||
"source": [
|
||||
"print(results_dict)"
|
||||
"# Results\n",
|
||||
"print(json.dumps(results_dict, indent=4, sort_keys=True))"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче