Ask Your Question

Revision history [back]

You can transform .sws into .rst with the command:

sage -sws2rst file.sws file.rst

Then, once trac ticket 21514 will be merged (hopefully in the next official version of Sage), you will be able to transform .rst into .ipynb with

    sage -sws2rst file.rst file.ipynb

You can transform .sws into .rst with the command:

sage -sws2rst file.sws file.rst

Then, once trac ticket 21514 will be merged (hopefully in the next official version of Sage), you will be able to transform .rst into .ipynb with

    sage -sws2rst file.rst file.ipynb

Then you should be able to loop with the find shell command.

You can transform .sws into .rst with the command:

sage -sws2rst file.sws file.rst

Then, once trac ticket 21514 will be merged (hopefully in the next official version of Sage), you will be able to transform .rst into .ipynb with

    sage -sws2rst -rst2ipynb file.rst file.ipynb

Then you should be able to loop with the find shell command.