Commit e9baebb1 authored by Marie-Donnie's avatar Marie-Donnie

Update

parent 364ae70e
...@@ -8,3 +8,26 @@ ...@@ -8,3 +8,26 @@
- add notes in metadata `exiftool -notes="some note" filename` - add notes in metadata `exiftool -notes="some note" filename`
- see a specific data `exiftool -comment filename` - see a specific data `exiftool -comment filename`
- [docfetcher](https://sourceforge.net/projects/docfetcher/) - [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
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