It is assumed that you have access to a SAGE notebook on your own server or you can use an account at cocalc.com (there are basic free accounts)First how you would do it on a SAGE notebook (this does not work exactly the same on the cloud account, see further down): - Create a new Notebook and open it.
- Select Upload or Create File... form the Data... dropdown menu.
- Fill in the URL for the file "poly.sage", as "https://dl.dropboxusercontent.com/u/4169277/poly.sage". You should get:
 - After pressing "Upload or Create Data File" you will get a chance to edit the file's content. You should not change anything unless you know what you are doing.
- Click on WORKSHEET to return to your notebook.
- type the command: load(DATA+'poly.sage') and execute the cell. You should see something like:
Now for the cloud based option.
- Download poly.sage to you computer. You may need to use the right mouse button and Save As.
- Create an account at cloud.sagemath.org or log in to your existing account.
- Create a new project, you should get something like the following after creating it:
- Click on +New
- upload poly.sage from your computer.
- Click on +new again and create a SageMath Worksheet.
- type load("poly.sage") and hit shift+enter to execute.
- Look at the tutorials to start :)
|