Update notebook formats to 4.5 (#367)

With the accepted JEP to add cell IDs to the notebook format, notebooks now have a unique cell ID associated with each cell.

Fixes #365
This commit is contained in:
Shruthi42 2021-01-20 15:04:15 +05:30 коммит произвёл GitHub
Родитель 7e8a354bbf
Коммит db4d261c7a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 30 добавлений и 3 удалений

Просмотреть файл

@ -3,6 +3,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "1",
"metadata": {},
"outputs": [],
"source": [
@ -16,6 +17,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "2",
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -42,6 +44,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "3",
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -72,6 +75,7 @@
},
{
"cell_type": "markdown",
"id": "4",
"metadata": {},
"source": [
"# Validation Metrics"
@ -80,6 +84,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "5",
"metadata": {},
"outputs": [],
"source": [
@ -89,6 +94,7 @@
},
{
"cell_type": "markdown",
"id": "6",
"metadata": {},
"source": [
"# Test Metrics"
@ -97,6 +103,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7",
"metadata": {},
"outputs": [],
"source": [
@ -106,6 +113,7 @@
},
{
"cell_type": "markdown",
"id": "8",
"metadata": {
"pycharm": {
"name": "#%% md\n"
@ -119,6 +127,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9",
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -132,6 +141,7 @@
},
{
"cell_type": "markdown",
"id": "10",
"metadata": {},
"source": [
"## Validation set"
@ -140,6 +150,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "11",
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -153,6 +164,7 @@
},
{
"cell_type": "markdown",
"id": "12",
"metadata": {
"pycharm": {
"name": "#%% md\n"
@ -165,6 +177,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "13",
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -178,6 +191,7 @@
},
{
"cell_type": "markdown",
"id": "14",
"metadata": {},
"source": [
"# Best and worst samples by ID"
@ -186,6 +200,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "15",
"metadata": {},
"outputs": [],
"source": [
@ -196,6 +211,7 @@
},
{
"cell_type": "markdown",
"id": "16",
"metadata": {},
"source": [
"# Plot best and worst sample images"
@ -204,6 +220,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "17",
"metadata": {},
"outputs": [],
"source": [
@ -217,6 +234,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "18",
"metadata": {},
"outputs": [],
"source": []
@ -243,5 +261,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 5
}

Просмотреть файл

@ -3,6 +3,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "1",
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -30,6 +31,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "2",
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -52,6 +54,7 @@
},
{
"cell_type": "markdown",
"id": "3",
"metadata": {
"pycharm": {
"name": "#%% md\n"
@ -64,6 +67,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "4",
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -77,6 +81,7 @@
},
{
"cell_type": "markdown",
"id": "5",
"metadata": {},
"source": [
"# Validation set scores"
@ -85,6 +90,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "6",
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -98,6 +104,7 @@
},
{
"cell_type": "markdown",
"id": "7",
"metadata": {
"pycharm": {
"name": "#%% md\n"
@ -110,6 +117,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8",
"metadata": {
"pycharm": {
"name": "#%%\n"
@ -124,6 +132,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9",
"metadata": {},
"outputs": [],
"source": []
@ -150,5 +159,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
}
"nbformat_minor": 5
}