⇤ ← Revision 1 as of 2016-09-09 20:28:01
Size: 1074
Comment: Initial draft
|
Size: 1118
Comment: Add sws2tex
|
Deletions are marked like this. | Additions are marked like this. |
Line 24: | Line 24: |
* https://bitbucket.org/whuss/sws2tex/ |
File formats related to SageMath
- files for Sage objects
- .sobj
- files for Sage code
- Python code: .py
- Cython code: .pyx
- Sage code: .sage
- reading from a text file (.txt) and writing to a text file
- reading from a csv file and writing to a csv file
- reading from a .xls or .xlsx spreadsheet
- various notebook worksheets can be used with Sage
- .sws,
- .sagews,
- .ipynb
- location of Sage Noteobok worksheets: in the .sage folder
- how to retrieve those .sws worksheets
- how to convert them into .sagews or .ipynb worksheets
- how to convert to and from other formats: reStructuredText, pdf...
- pandoc