Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
f5e2241d8848f9714c95e4f99428f546
mooc-rr
Commits
8e98e7ad
Commit
8e98e7ad
authored
Jul 06, 2020
by
Dorinel Bastide
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change title
parent
b7afd7e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
toy_document_orgmode_python_en.org
module2/exo1/toy_document_orgmode_python_en.org
+2
-2
No files found.
module2/exo1/toy_document_orgmode_python_en.org
View file @
8e98e7ad
#+TITLE:
Your t
itle
#+TITLE:
Some T
itle
#+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~.
q
C-c~.
#+begin_src python :results output :session :exports both
#+begin_src python :results output :session :exports both
import numpy
import numpy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment