Skip to content

Commit 5cb8b81

Browse files
committed
fixes #1556
1 parent c45c45d commit 5cb8b81

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

nbs/api/11_clean.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -919,10 +919,7 @@
919919
]
920920
}
921921
],
922-
"metadata": {
923-
"solveit_dialog_mode": "learning",
924-
"solveit_ver": 2
925-
},
922+
"metadata": {},
926923
"nbformat": 4,
927924
"nbformat_minor": 5
928925
}

nbs/tutorials/best_practices.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
"<div style=\"background-color: green; width: 50px; height: 50px; margin: 10px\"></div>"
495495
],
496496
"text/plain": [
497-
"<__main__.Color at 0x10e9cd940>"
497+
"<__main__.Color>"
498498
]
499499
},
500500
"execution_count": null,
@@ -518,7 +518,7 @@
518518
"<div style=\"background-color: blue; width: 50px; height: 50px; margin: 10px\"></div>"
519519
],
520520
"text/plain": [
521-
"<__main__.Color at 0x10e9c9d90>"
521+
"<__main__.Color>"
522522
]
523523
},
524524
"execution_count": null,

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ language = English
1515
custom_sidebar = True
1616
license = apache2
1717
status = 5
18-
requirements = fastcore>=1.12.1 execnb>=0.1.12 astunparse ghapi>=1.0.3 watchdog asttokens setuptools build fastgit
18+
requirements = fastcore>=1.12.3 execnb>=0.1.12 astunparse ghapi>=1.0.3 watchdog asttokens setuptools build fastgit
1919
pip_requirements = PyYAML
2020
conda_requirements = pyyaml
2121
conda_user = fastai

0 commit comments

Comments
 (0)