Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2016-09-09 20:28:01
Size: 1074
Editor: slelievre
Comment: Initial draft
Revision 4 as of 2019-09-29 16:24:46
Size: 1279
Editor: chapoton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
    * .sobj     * ''.sobj''
Line 6: Line 6:
    * 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
    * 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
Line 13: Line 13:
    * .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
    * ''.sws'' (for the old legacy notebook)
    * ''.sagews'' (for the Cocalc notebook),
    * ''.ipynb'' (for the Jupyter notebook)
  * location of Sage Notebook worksheets: in the .sage folder
  * how to retrieve those ''.sws'' worksheets
  * how to convert them into ''.sagews'' or ''.ipynb'' worksheets
Line 21: Line 21:
  * how to convert to and from other formats: reStructuredText, pdf...   * how to convert to and from other formats: reStructuredText ''.rst'', ''.pdf'', etc.
Line 24: Line 24:
    * https://bitbucket.org/whuss/sws2tex/

File formats related to SageMath

File_formats (last edited 2019-09-29 16:24:46 by chapoton)