Commit 8e98e7ad authored by Dorinel Bastide's avatar Dorinel Bastide

Change title

parent b7afd7e7
#+TITLE: Your title #+TITLE: Some Title
#+AUTHOR: Dorinel Bastide #+AUTHOR: Dorinel Bastide
#+DATE: Today's date #+DATE: Today's date
#+LANGUAGE: en #+LANGUAGE: en
...@@ -37,7 +37,7 @@ print("Hello world!") ...@@ -37,7 +37,7 @@ print("Hello world!")
And now the same but in an Python session. With a session, Python's 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 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 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 #+begin_src python :results output :session :exports both
import numpy import numpy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment