| 1 | initial version |
I found the answer here: Question 8303. I renamed the file to trans.sage. Then the first lines in my file are
%load_ext sage
attach('trans.sage')
Interestingly renaming to nemis.sagews and attach('trans.sagews') does not work.
What I am loosing by this method is the possibility to write 'trans.function()' when referring to functions from the
'trans' worksheet.
| 2 | No.2 Revision |
I found the answer here: Question 8303. I renamed the file to trans.sage. Then the first lines in my file are
%load_ext sage
attach('trans.sage')
Interestingly renaming to nemis.sagews and attach('trans.sagews') does not work.
What I am loosing by this method is the possibility to write 'trans.function()' when referring to functions from the 'trans' worksheet.
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.