Skip to content

Commit f2f3c62

Browse files
committed
Better conclusion
1 parent 210dc37 commit f2f3c62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nbs/tutorials/extensions.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,11 @@
527527
"id": "52cad971-b227-4426-880e-c4c1fc09f482",
528528
"metadata": {},
529529
"source": [
530-
"## nbdev-extensions and a bit about me!\n",
530+
"## Conclusion, nbdev-extensions and a bit about me!\n",
531531
"\n",
532-
"Lastly, if you're interested in seeing more examples of nbdev-extensions and where you can take it I've (Zachary Mueller) written a library dedicated to it called [nbdev-extensions](https://muellerzr.github.io/nbdev-extensions) where any ideas that may benefit how I approach nbdev I then turn into an extension for the world to use.\n",
532+
"Basically if there's any part of a cell and how it should look either from exporting modules, building documentation, or creating your own special command to perform post-processing it can be done quickly and efficiently with this `Processor` class nbdev provides!\n",
533+
"\n",
534+
"If you're interested in seeing more examples of nbdev-extensions and where you can take it I've (Zachary Mueller) written a library dedicated to it called [nbdev-extensions](https://muellerzr.github.io/nbdev-extensions) where any ideas that may benefit how I approach nbdev I then turn into an extension for the world to use.\n",
533535
"\n",
534536
"Thanks for reading!"
535537
]

0 commit comments

Comments
 (0)