Skip to content

Commit 2f073c8

Browse files
committed
meta
1 parent 40697ed commit 2f073c8

4 files changed

Lines changed: 6 additions & 15 deletions

File tree

nbs/api/01_config.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -946,10 +946,7 @@
946946
]
947947
}
948948
],
949-
"metadata": {
950-
"solveit_dialog_mode": "learning",
951-
"solveit_ver": 2
952-
},
949+
"metadata": {},
953950
"nbformat": 4,
954951
"nbformat_minor": 5
955952
}

nbs/api/02_maker.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -816,10 +816,7 @@
816816
]
817817
}
818818
],
819-
"metadata": {
820-
"solveit_dialog_mode": "learning",
821-
"solveit_ver": 2
822-
},
819+
"metadata": {},
823820
"nbformat": 4,
824821
"nbformat_minor": 5
825822
}

nbs/api/11_clean.ipynb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
"'88ba1c41'"
376376
]
377377
},
378-
"execution_count": 77,
378+
"execution_count": null,
379379
"metadata": {},
380380
"output_type": "execute_result"
381381
}
@@ -653,7 +653,7 @@
653653
"```)"
654654
]
655655
},
656-
"execution_count": 89,
656+
"execution_count": null,
657657
"metadata": {},
658658
"output_type": "execute_result"
659659
}
@@ -935,10 +935,7 @@
935935
]
936936
}
937937
],
938-
"metadata": {
939-
"solveit_dialog_mode": "concise",
940-
"solveit_ver": 2
941-
},
938+
"metadata": {},
942939
"nbformat": 4,
943940
"nbformat_minor": 5
944941
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ version = {attr = "nbdev.__version__"}
7676
include = ["nbdev"]
7777

7878
[tool.nbdev]
79-
allowed_metadata_keys = ['solveit_dialog_mode', 'solveit_ver']
79+
allowed_metadata_keys = ['solveit']
8080
custom_sidebar = true
8181
readme_nb = "getting_started.ipynb"
8282
jupyter_hooks = true

0 commit comments

Comments
 (0)