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
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.
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.