1 | initial version |
The converter was included in the old sagenb
, which does not exist anymore because it was written in Python 2 and is unmaintained.
We are working on having the converter (extracted fromsagenb
source code) back in Sage, see trac ticket 28838
Another possibility is to install an old version of Sage and translate the .sws
files to .rst
and then from .rst
to .ipynb
format with the sage -rst2ipynb
command.
If you do not want to install anything, you can the Sage Debian Live whose current version on the Sage mirrors still provides sagenb
and the sage -sws2rst
command.