1 | initial version |
Yes there is a way. At times sage notebooks become too big so I define sage functions and store it in a plain text file with an extention .sage. You can call those functions from another file if you begin the file with
load "/path-to file/filename.sage"