fast.ai Course Forums
Nbdev : A few things/tricks I learned by trial & error
nbdev
rgarcia
(Rub)
November 28, 2022, 5:32pm
7
import
statements:
When generating
Docs
: Make the cell that contains it, to Run ALWAYS.
When generating
Modules
: Appear in the module
only
if you used
#| export*
+Info on
Mixing of imports and statements ok or not?
show post in topic