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
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-02-07 14:52:54 +0100
Seen: 273 times
Last updated: Feb 07 '17
How do instantiate a new class properly?
from sage.all import * results in libcsage.so "cannot open shared object file" error
import sage packages in python
docstring for my .py files does not work in Sage Notebook [UPD1]
File imports for polynomial rings in sage
HowTo implement filter for multiprocessing module?
v4.5.2 Upgrade Breaks Notebook, "got EOF subprocess must have crashed..."
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!