| 1 | initial version |
From the "Files" view in a CoCalc project, the "Filename" box lets you create files by either
Among other file types, you can create
.sagews).ipynb).py, or .sage, or many other extensions)You can also open a terminal (type a name ending in .term and hit enter).
If you don't specify a file type, you get a CoCalc worksheet.
You can of course type the content of your Sage program in a .sage file,
say experiment.sage, then run that program by opening a CoCalc terminal,
typing
sage experiment.sage
and hitting enter.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.