Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How can I share code between worksheets?

I have written and tested some code in a worksheet and I want to reuse it in another worksheet. How can I do it?

For e.g. I want to be able to do the following:

Worksheet 1: def tested_code_i_want_to_reuse(...): ...

Worksheet 2: tested_code_i_want_to_reuse(...)