First time here? Check out the FAQ!

Ask Your Question
2

Preload defined functions for later use

asked 13 years ago

Josso gravatar image

updated 13 years ago

kcrisman gravatar image

I have a couple of functions that I'd like to reuse when needed, but having to write them into each worksheet is annoying.

Is there a file/directory where I can put the functions such that they get loaded into every new worksheet?

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
4

answered 13 years ago

kcrisman gravatar image

Sure. From the Wiki FAQ (slightly differently worded at the Sage docs FAQ:

QUESTION: Is there anything so Sage can be made to automatically execute commands on startup? ANSWER: Yes, just make a file $HOME/.sage/init.sage and it will be executed any time you start sage.

Preview: (hide)
link

Comments

1

For some reason SAGE_STARTUP_FILE wasn't set, but I just added ``export SAGE_STARTUP_FILE=$HOME/.sage/init.sage`` to my .bash_profile. :)

Josso gravatar imageJosso ( 13 years ago )
1

answered 13 years ago

Jason Grout gravatar image

Alternatively, you can put the file somewhere on the filesystem or out on the web, and "load" it as the first command in your worksheet. You still have to type something in the worksheet, but it's one line.

Preview: (hide)
link

Comments

How to "load" ??

Green diod gravatar imageGreen diod ( 13 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 13 years ago

Seen: 1,281 times

Last updated: Jan 19 '12