-
Notifications
You must be signed in to change notification settings - Fork 217
ConvertingSageJupyter
William Stein edited this page Nov 10, 2017
·
3 revisions
- Open the Sage worksheet
- Click the button labeled Jupyter near the top right, right by the printer icon.
- Create a terminal in the same directory as your .sagews file.
- Type
cc-sagews2ipynb "filename.sagews"
- Then open the resulting
filename.ipynb
, e.g., by typingopen filename.ipynb
or by clicking in the file manager.
- Open the Jupyter notebook
- Click File --> Download as --> "Sage Worksheet"
- In the resulting dialog, when the conversion is complete, click "Edit exported file..." to open the Sage worksheet.
- Create a terminal in the same directory as your .ipynb file.
- Type
cc-ipynb2sagews "filename.ipynb"
- Then open the resulting
filename.sagews
, e.g., by typingopen filename.sagews
or by clicking in the file manager.
This Wiki is for CoCalc.com.
A more structured documentation is the CoCalc User Manual.
For further questions, please contact us.