Update Readme.md

parent 0ded133d
...@@ -47,3 +47,8 @@ A computational document (presentation of data + calculation code): ...@@ -47,3 +47,8 @@ A computational document (presentation of data + calculation code):
- Jupyter notebook: R, python, Ruby (output with Markdown, not flexible, but configurable). - Jupyter notebook: R, python, Ruby (output with Markdown, not flexible, but configurable).
- Rstudio: R, python (output with Markdown, not flexible, but configurable). - Rstudio: R, python (output with Markdown, not flexible, but configurable).
- OrgMode: any language (output with Org, very flexible with native LaTeX). - OrgMode: any language (output with Org, very flexible with native LaTeX).
## Jupyter notebook
- careful with cell running, the environment is not changed for other cells. better run the whole document.
- lsmagic = lists commands useful in some cases (ex. to plot data).
\ No newline at end of file
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