Conversation

Thrilled to discover nbdev from & . It's an attempt to solve a big problem with computational notebooks like Jupyter: you explore problems with a notebook, but usually need to "switch" to a more powerful tool for "real" impls:
2
32
183
nbdev tries to solve this problem by giving you - automatically turning notebooks into publishable Python modules - bidirectional sync with plaintext .py for IDE usage - fixes for other "real" project needs: tests, continuous integration, documentation export, conflict resolution
1
2
19
The narrative in those docs is a bit limited: it's more documentation than prose. "Deep Learning for Coders" is the expository text from the same authors, but it isn't made available in an executable context AFAICT. I think that could be really powerful!
1
4
My wishlist for exec. books: – author did their "real thinking" in the authoring computational environment – reading environment invites + supports meaningful experimentation/exploration – book elements transparently and usefully reusable by author and readers in derivative works
4
16