Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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
click to hide/show revision 2
No.2 Revision

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.

click to hide/show revision 3
No.3 Revision

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.