Tobias Brenner wrote:

> I am trying to combine multiple Worksheets in the Sage Notebook.
> How can I include other worksheets in my "main" sheet (best practice)?
> For example, I want to create a worksheet including all the constants
> I am using. Then I would like to include this sheet in all my other sheets
> where I need those constants to be available.

A good practice is to put such definitions in a text file
which you call constants.sage, and in each worksheet where
you want to use them, load this file by using the command

    load('/path/to/constants.sage')

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to