vatlab / sos-notebook

Multi-language Jupyter Notebook
http://vatlab.github.io/SoS
BSD 3-Clause "New" or "Revised" License
177 stars 17 forks source link

sos convert ipynb sos -a #309

Closed BoPeng closed 3 years ago

BoPeng commented 4 years ago

We had this feature but was removed because I insisted backward conversion. Anyway, I found it useful to convert a notebook to .sos with content in non-workflow cells because I often do not have formal workflows in notebook but would sometimes want to execute the "scratch" workflow from command line for easier debugging.

An option -a could be useful in this case.