Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #+NAME: init_block
  2. #+BEGIN_SRC python
  3. ... common initialization code goes here ...
  4. #+END_SRC
  5.  
  6. #+NAME: summary_1
  7. #+BEGIN_SRC python :prepend init_block
  8. ... data-processing code depending on init code goes here ...
  9. #+END_SRC
  10.  
  11. #+NAME: summary_2
  12. #+BEGIN_SRC python :prepend init_block
  13. ... more processing which also depends on init code ...
  14. #+END_SRC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement