diff --git a/clean/01_intro.ipynb b/clean/01_intro.ipynb index c6382bb..819391d 100644 --- a/clean/01_intro.ipynb +++ b/clean/01_intro.ipynb @@ -564,7 +564,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/02_production.ipynb b/clean/02_production.ipynb index 730e1ea..d063d9e 100644 --- a/clean/02_production.ipynb +++ b/clean/02_production.ipynb @@ -693,7 +693,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/03_ethics.ipynb b/clean/03_ethics.ipynb index b2702e7..231e497 100644 --- a/clean/03_ethics.ipynb +++ b/clean/03_ethics.ipynb @@ -313,7 +313,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/04_mnist_basics.ipynb b/clean/04_mnist_basics.ipynb index a75eb39..51acec0 100644 --- a/clean/04_mnist_basics.ipynb +++ b/clean/04_mnist_basics.ipynb @@ -1643,7 +1643,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/05_pet_breeds.ipynb b/clean/05_pet_breeds.ipynb index 0a1b328..4c28c54 100644 --- a/clean/05_pet_breeds.ipynb +++ b/clean/05_pet_breeds.ipynb @@ -709,7 +709,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/06_multicat.ipynb b/clean/06_multicat.ipynb index b8e46c7..0e5c774 100644 --- a/clean/06_multicat.ipynb +++ b/clean/06_multicat.ipynb @@ -712,7 +712,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/07_sizing_and_tta.ipynb b/clean/07_sizing_and_tta.ipynb index 37795af..aedad6a 100644 --- a/clean/07_sizing_and_tta.ipynb +++ b/clean/07_sizing_and_tta.ipynb @@ -300,7 +300,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/08_collab.ipynb b/clean/08_collab.ipynb index 4276585..e879a7e 100644 --- a/clean/08_collab.ipynb +++ b/clean/08_collab.ipynb @@ -755,7 +755,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/09_tabular.ipynb b/clean/09_tabular.ipynb index 0daf9b8..d5555ef 100644 --- a/clean/09_tabular.ipynb +++ b/clean/09_tabular.ipynb @@ -1400,7 +1400,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/10_nlp.ipynb b/clean/10_nlp.ipynb index a1046c6..aab1b90 100644 --- a/clean/10_nlp.ipynb +++ b/clean/10_nlp.ipynb @@ -668,7 +668,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/11_midlevel_data.ipynb b/clean/11_midlevel_data.ipynb index 0b8c77d..58a0df5 100644 --- a/clean/11_midlevel_data.ipynb +++ b/clean/11_midlevel_data.ipynb @@ -612,7 +612,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/12_nlp_dive.ipynb b/clean/12_nlp_dive.ipynb index 8756ff7..07c835b 100644 --- a/clean/12_nlp_dive.ipynb +++ b/clean/12_nlp_dive.ipynb @@ -770,7 +770,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/13_convolutions.ipynb b/clean/13_convolutions.ipynb index deea05a..4ea9504 100644 --- a/clean/13_convolutions.ipynb +++ b/clean/13_convolutions.ipynb @@ -878,7 +878,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/14_resnet.ipynb b/clean/14_resnet.ipynb index 7a56672..a0417fd 100644 --- a/clean/14_resnet.ipynb +++ b/clean/14_resnet.ipynb @@ -419,7 +419,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/15_arch_details.ipynb b/clean/15_arch_details.ipynb index 86c1adf..4a9af48 100644 --- a/clean/15_arch_details.ipynb +++ b/clean/15_arch_details.ipynb @@ -301,7 +301,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/16_accel_sgd.ipynb b/clean/16_accel_sgd.ipynb index e3e9190..4756fe5 100644 --- a/clean/16_accel_sgd.ipynb +++ b/clean/16_accel_sgd.ipynb @@ -462,7 +462,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/17_foundations.ipynb b/clean/17_foundations.ipynb index 406dcfe..6c576d7 100644 --- a/clean/17_foundations.ipynb +++ b/clean/17_foundations.ipynb @@ -1114,7 +1114,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/18_CAM.ipynb b/clean/18_CAM.ipynb index 513f65c..8c08300 100644 --- a/clean/18_CAM.ipynb +++ b/clean/18_CAM.ipynb @@ -338,7 +338,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/19_learner.ipynb b/clean/19_learner.ipynb index 1b701ad..d00f467 100644 --- a/clean/19_learner.ipynb +++ b/clean/19_learner.ipynb @@ -934,7 +934,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/20_conclusion.ipynb b/clean/20_conclusion.ipynb index d743a03..c2f9296 100644 --- a/clean/20_conclusion.ipynb +++ b/clean/20_conclusion.ipynb @@ -32,7 +32,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/app_blog.ipynb b/clean/app_blog.ipynb index b7341e8..3e4cb99 100644 --- a/clean/app_blog.ipynb +++ b/clean/app_blog.ipynb @@ -62,7 +62,7 @@ "split_at_heading": true }, "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/clean/app_jupyter.ipynb b/clean/app_jupyter.ipynb index e4dbc8a..1abdc82 100644 --- a/clean/app_jupyter.ipynb +++ b/clean/app_jupyter.ipynb @@ -215,7 +215,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "python3", "language": "python", "name": "python3" } diff --git a/environment.yml b/environment.yml index cf41740..f597e1b 100644 --- a/environment.yml +++ b/environment.yml @@ -7,6 +7,8 @@ dependencies: - python>=3.6 - pytorch>=1.6 - torchvision + - execnb + - nbformat - pip - pip: - -r requirements.txt diff --git a/tools/clean.py b/tools/clean.py index 298e6b2..e93e2b9 100755 --- a/tools/clean.py +++ b/tools/clean.py @@ -4,6 +4,7 @@ import nbformat from nbdev.export import * from nbdev.clean import * from fastcore.all import * +from execnb.nbio import * _re_header = re.compile(r'^#+\s+\S+') _re_clean = re.compile(r'^\s*#\s*clean\s*') @@ -30,6 +31,11 @@ def proc_nb(fname, dest): nb['cells'] = [clean_tags(c) for j,c in enumerate(nb['cells']) if c['cell_type']=='code' or is_header_cell(c) or is_clean_cell(c) or j >= i] clean_nb(nb, clear_all=True) + if 'path_' in nb: + del nb['path_'] + for c in nb['cells']: + if 'idx_' in c: + del c['idx_'] with open(dest/fname.name, 'w') as f: nbformat.write(nb, f, version=4) def proc_all(path='.', dest_path='clean'):