-
Notifications
You must be signed in to change notification settings - Fork 217
sagews
This is help for using SageMathCloud worksheets, which you can create by clicking +New --> Sage worksheet in any project or making a file whose name ends in .sagews
.
In account settings, uncheck "Extra button bar"
Click the full-screen toggle arrows in the upper right.
Control+A (or command+A) on mac, then click the little circular x in the bar at the top. Or click "out" to toggle display of output (or "in" to toggle display). These actions work for any selected range of text, not just all.
Control+A (or Command+A on Mac), then click run or hit "control+enter". Actions work for any selected range of text, not just "select all".
Control+; (or Command+; on Mac)
Control+I (or Command+I on Mac)
Double click on text in cell or use that keyboard shortcut or non-Macs Control+\
Control+L (or Command+L on Mac)
Add %md
to the top of your cell. SMC uses Github flavored Markdown, see https://guides.github.com/features/mastering-markdown/ You can add math expression, for example create a cell with:
%md
$e^{i \pi} = -1$
Add %html
to the top of your cell. Javascript should work.
Add %typeset_mode True
to the top of your cell
Add %auto to the top of the cell
Click on Timetravel. Go to the revision you want and click live version to this.
Go to a terminal and type ln -s <name>.sagews <name>.txt; open <name>.txt
It may seriously confuse the sync system – in any case, last save will update the other one.
See Sage Jupyter
This Wiki is for CoCalc.com.
A more structured documentation is the CoCalc User Manual.
For further questions, please contact us.