From 8e98e7ad48fe15d5c09c36d1959f599ff233917c Mon Sep 17 00:00:00 2001 From: Dorinel Bastide Date: Mon, 6 Jul 2020 22:04:25 +0200 Subject: [PATCH] Change title --- module2/exo1/toy_document_orgmode_python_en.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_document_orgmode_python_en.org b/module2/exo1/toy_document_orgmode_python_en.org index 72fe0d8..b0511fd 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 -- 2.18.1