From e9baebb1cae4bfece37d8a49d0720e87bf02df9d Mon Sep 17 00:00:00 2001 From: Marie-Donnie Date: Thu, 23 Jul 2020 15:29:43 +0200 Subject: [PATCH] Update --- journal/journal-de-bord.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/journal/journal-de-bord.md b/journal/journal-de-bord.md index c9da643..94e887e 100644 --- a/journal/journal-de-bord.md +++ b/journal/journal-de-bord.md @@ -8,3 +8,26 @@ - add notes in metadata `exiftool -notes="some note" filename` - see a specific data `exiftool -comment filename` - [docfetcher](https://sourceforge.net/projects/docfetcher/) + +# 2020-07-23 + +## tools + +- the computational document is composed of text in different blocks of code in which the results of the previous blocks can be used + +- Jupyter + - Shit enter to run the current block and run another + - Y : change cell to code + - M : change cell to markdown + - [Tips & tricks](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/) + - for lecture or tutorial + - easy to use + - dynamic +- Rstudio/knitR + - can also execute python code but without the variables being available from one block to another +- orgmode + - M-x org-babel-execute-bufer to reset the session + - orgmode can also allow to execute remote command using just an ssh command and then continue (even in other blocks) + - for a journal -such as mine- + - for a lab journal + - for reproducible article -- 2.18.1