import module in SageMathCloud
Hi,
In my SMC project, I have two sagemath worksheet. I need to "import" the first one into the second one. Is there a way to do so? Can't figure it out. Thanks!
Martin
Asked: 2017-02-07 14:52:54 +0100
Seen: 273 times
Last updated: Feb 07 '17
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.
You can always copy the code into a
.sagefile and useload.It works…thanks!