Edit org-babel note

This commit is contained in:
Gabriel Arazas 2021-05-04 01:09:28 +08:00
parent 9206fba187
commit 0af62e57e2

View File

@ -1,6 +1,6 @@
#+title: Org mode: Babel #+title: Org mode: Babel
#+date: "2020-04-17 21:41:30 +08:00" #+date: "2020-04-17 21:41:30 +08:00"
#+date_modified: "2021-04-22 12:30:38 +08:00" #+date_modified: "2021-05-04 01:02:15 +08:00"
#+language: en #+language: en
#+tags: research.reproducibility #+tags: research.reproducibility
@ -34,9 +34,10 @@ The default mode is in functional mode but you can change it by setting ~:result
* Functional mode values and passing them around * Functional mode values and passing them around
With functional mode, the value return will appear as an appropriate element in the Org mode buffer. With functional mode, the value return will appear as an appropriate element in the Org mode buffer.
Scalar values will appear as a string and vector values will appear as tables.
The following examples are in [[https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-python.html][Python]]. The following examples are in [[https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-python.html][Python]].
Scalar values appear as strings...
#+begin_src python :results value #+begin_src python :results value
return "The quick brown fox jumps over the lazy dog." return "The quick brown fox jumps over the lazy dog."
#+end_src #+end_src
@ -44,6 +45,8 @@ return "The quick brown fox jumps over the lazy dog."
#+results: #+results:
: The quick brown fox jumps over the lazy dog. : The quick brown fox jumps over the lazy dog.
...and vector values print as tables.
#+name: data #+name: data
#+begin_src python :results value #+begin_src python :results value
return [ return [