diff --git a/module2/exo1/toy_document_orgmode_python_en.org b/module2/exo1/toy_document_orgmode_python_en.org index 72fe0d89ba38e38ffc0790e8c6bc349cf109a026..b0511fd2c795b8910a09e29131e000d83c33723b 100644 --- a/module2/exo1/toy_document_orgmode_python_en.org +++ b/module2/exo1/toy_document_orgmode_python_en.org @@ -1,4 +1,4 @@ -#+TITLE: Your title +#+TITLE: Some Title #+AUTHOR: Dorinel Bastide #+DATE: Today's date #+LANGUAGE: en @@ -37,7 +37,7 @@ print("Hello world!") And now the same but in an Python session. With a session, Python's state, i.e. the values of all the variables, remains persistent from one code block to the next. The code is still executed using ~C-c -C-c~. +qC-c~. #+begin_src python :results output :session :exports both import numpy