How to upload the file.sagews to the local installed Sage
The file.sagews created from SageMathCloud can't upload to the local Sage. What should i do?
The .sagews file format is specific to SageMathCloud.
To use them locally, you would have to run a local SageMathCloud instance, which can be done using Docker. Read more here: https://github.com/sagemathinc/smc/blob/master/src/dev/docker/README.md
The other option is to convert your .sagews files to .ipynb files
using sagews2ipynb, and you can then use the resulting Jupyter
notebook worksheets (.ipynb) with your local sage installation,
by running sage -n jupyter.
Asked: 2016-12-12 13:46:52 +0100
Seen: 461 times
Last updated: Dec 12 '16
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.