Ask Your Question
1

How to upload the file.sagews to the local installed Sage

asked 2016-12-12 13:46:52 +0200

YXD gravatar image

The file.sagews created from SageMathCloud can't upload to the local Sage. What should i do?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-12-12 18:34:45 +0200

slelievre gravatar image

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.

edit flag offensive delete link more

Comments

Thinks!!! I am a total beginner, and your answer helps me a lot.

YXD gravatar imageYXD ( 2016-12-13 01:59:18 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2016-12-12 13:46:52 +0200

Seen: 352 times

Last updated: Dec 12 '16