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 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
.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-12-12 13:46:52 +0100
Seen: 380 times
Last updated: Dec 12 '16