diff --git a/module1/ressources/introduction_to_markdown.html b/module1/ressources/introduction_to_markdown.html index 97bb318037ccdd696c853b2bfad94a74ce50161e..8fb8eba9f4150aa55410e72fd1d987ce73c8e5a6 100644 --- a/module1/ressources/introduction_to_markdown.html +++ b/module1/ressources/introduction_to_markdown.html @@ -3,27 +3,27 @@
# This is an <h1> tag ## This is an <h2> tag @@ -49,9 +49,9 @@ H. Steiger.
*This text will be italic* _This will also be italic_ @@ -64,13 +64,13 @@ _You **can** combine them_
* Item 1 * Item 2 @@ -79,9 +79,9 @@ _You **can** combine them_
1. Item 1 1. Item 2 @@ -92,27 +92,27 @@ _You **can** combine them_
 Format: 
http://github.com - automatic! [GitHub](http://github.com)
As Kanye West said: @@ -121,9 +121,9 @@ As Kanye West said:
I think you should use an `<addr>` element here instead. @@ -131,9 +131,9 @@ I think you should use an
Equations can be formatted inline or as displayed formulas. In the latter case, they are centered and set off from the main text. In the @@ -177,9 +177,9 @@ This summation expression is in display form.
We provide here only instructions for debian-based distributions. Feel free to contribute to this document to provide up-to-date information @@ -123,9 +123,9 @@ which is now deprecated.
Option 1: Install the .dmg
file from Vincent Goulet:
@@ -158,9 +158,9 @@ brew install wget
Install the .exe
file from Vincent Goulet:
https://vigou3.github.io/emacs-modified-windows/. It ships with recent
@@ -174,9 +174,9 @@ versions:
Emacs comes with very basic default configuration and it appears like everyone has its own taste. You will for example find here several @@ -189,9 +189,9 @@ adding a few org-mode specific configurations.
The procedure we propose will wipe your already existing custom emacs configuration if you already have one. You should thus beforehand make @@ -212,9 +212,9 @@ rr_org/journal.org
Create an org/
directory in the top of your home:
Copy rr_org/init.el
in your ~/.emacs.d/
directory.
emacs -q -l rr_org/init.el
Open a new instance of Emacs and open a foo.org
file. Copy the
following lines in this file:
@@ -278,9 +278,9 @@ is demonstrated in the first entr
In step 1, you were told to create an journal in
~org/journal.org
. First you probably want to make sure this file is
@@ -292,22 +292,22 @@ forums.
Learning emacs and org-mode can be difficult as there is an inordinate amount of shortcuts. Many people have thus come up with cheat-sheats. Here is a selection in case it helps:
For those of you who prefer video explanations, here is a Youtube channel with many step by step emacs tutorials.
Company-mode is a text completion framework for Emacs. It allows to have smart completion in emacs for the most common languages. If you @@ -351,9 +351,9 @@ official webpage: http://company-mode.g
Magit is an emacs interface for Git. It is very powerfull and we use it on a daily basis but you should definitely understand what git does @@ -364,9 +364,9 @@ you should follow the instructions from here:
Remember, you need a working LaTeX and R environment. If you can't
open a terminal and run the commands R
and pdflatex
, you will not be
diff --git a/module2/ressources/jupyter.html b/module2/ressources/jupyter.html
index b7607f331b4621994fc256ca42eff8ccebcee52a..72e1c29547217804ef568013c0c3f478934e8473 100644
--- a/module2/ressources/jupyter.html
+++ b/module2/ressources/jupyter.html
@@ -3,32 +3,32 @@
This section needs some love. @@ -45,13 +45,13 @@ and to share your notebook with others.
The following webpage lists several Jupyter tricks (in particular, it
illustrates many Ipython magic
commands) that should improve your
@@ -61,9 +61,9 @@ now).
The best solution to this is to install rpy2. On my machine, I have
installed the python3-rpy2
debian package with apt-get install
. An
@@ -105,9 +105,9 @@ plot((df)
Obviously, you can convert to html or pdf using the using the File >
Download as > HTML
(or PDF
) menu option. This can also be done from
@@ -134,13 +134,13 @@ taste.
Here is what you should install:
@@ -171,16 +171,16 @@ The ipython notebook can then be run with the following command:If you also want to have the R kernel in jupyter, follow these instructions.
-Alternatively, you can install rpy2
(see the Running R and Python in
+Alternatively, you can install rpy2
(see the Running R and Python in
the same notebook section).
Here is what I had to install to make sure the notebook export via latex works: @@ -203,9 +203,9 @@ sudo apt-get install texlive-xetex
Here is our jupyter extension that allows to git push/pull from the notebooks: @@ -217,9 +217,9 @@ jupyter nbextension enable nb-git
Here are two interesting extensions that can improve readability:
@@ -245,9 +245,9 @@ jupyter-serverextension enable --py hide_codeBenoit may give a few hints on this. diff --git a/module2/ressources/rstudio.html b/module2/ressources/rstudio.html index ea0701d582935ca2e41bb9245d6c318edd346d6b..cf1a13d1ee3de4d763efbe039bf83dfb0cd1eed9 100644 --- a/module2/ressources/rstudio.html +++ b/module2/ressources/rstudio.html @@ -3,37 +3,37 @@
-Table of Contents
-Installing Rstudio
-++Installing Rstudio
+--Linux (debian, ubuntu)
-++Linux (debian, ubuntu)
+-We provide here only instructions for debian-based distributions. Feel free to contribute to this document to provide up-to-date information @@ -55,9 +55,9 @@ for upgrading…
-Installing R
-++-Installing R
+Beforehand, you need to install the R language and convenient packages by running (as root): @@ -90,9 +90,9 @@ to run (as root):
-Installing rstudio
-++Installing rstudio
+Rstudio is unfortunately not packaged within debian so the easiest is to download the corresponding debian package on the Rstudio webpage @@ -110,9 +110,9 @@ sudo apt-get update ; sudo apt-get -f install -
Mac OSX and Windows
-+-+Mac OSX and Windows
+Some instructions on installing R and knitr must be missing. This @@ -136,13 +136,13 @@ install.packages("ggplot2")
-Installing Git
-++Installing Git
+--Linux (debian, ubuntu)
-+-+Linux (debian, ubuntu)
+We provide here only instructions for debian-based distributions. Feel free to contribute to this document to provide up-to-date information @@ -158,9 +158,9 @@ Run (as root):
-Mac OSX and Windows
-+-+Mac OSX and Windows
+
- Download and install Git from the Git website.
- Optional Git clients (should not be needed if you work within @@ -180,9 +180,9 @@ Rstudio):
-Rstudio and git/github/gitlab
-++-Rstudio and git/github/gitlab
+We may want to redo a screencast in French for this @@ -203,9 +203,9 @@ Alternatively, we can point to:
-Cheat Sheets
-++Cheat Sheets
+The Rstudio team has created a lot of good material and tutorials. You should definitively look at the Cheat sheets webpage. In particular