Nbdev : A few things/tricks I learned by trial & error

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?