I want to be able to turn a bunch of notebooks I have into packages so I can more easily share them with others, without having to go through the boiler-plate of choosing which cells to export / doing a "Save As..."
, re-indenting all of my input cells, writing usage messages, etc. All my code is in "Input"
and "Code"
cells.
How could I do this?
Comments
Post a Comment