Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
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
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
2666734d
Commit
2666734d
authored
Jul 19, 2018
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preparing for pretty-printed html export toward FUN
parent
775dfe80
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
37 deletions
+9
-37
Makefile
module2/ressources/Makefile
+5
-0
emacs_orgmode.org
module2/ressources/emacs_orgmode.org
+1
-12
jupyter.org
module2/ressources/jupyter.org
+1
-14
rstudio.org
module2/ressources/rstudio.org
+2
-11
No files found.
module2/ressources/Makefile
0 → 100644
View file @
2666734d
all
:
emacs_orgmode.html jupyter.html rstudio.html
%.html
:
%.org
emacs
-batch
$^
--funcall
org-html-export-to-html
sed
-i
's/<pre /<pre style="padding-left: 30px; background-color: #f6f8fa;" /g'
$@
module2/ressources/emacs_orgmode.org
View file @
2666734d
...
@@ -3,18 +3,7 @@
...
@@ -3,18 +3,7 @@
#+AUTHOR: Arnaud Legrand
#+AUTHOR: Arnaud Legrand
#+DATE: June, 2018
#+DATE: June, 2018
#+STARTUP: overview indent
#+STARTUP: overview indent
#+OPTIONS: num:nil toc:t
* Table of Contents :TOC:
- [[#installing-emacs-org-mode-ess-and-auctex][Installing emacs, org-mode, ess, and auctex.]]
- [[#os-specific-installation-procedure][OS-specific installation procedure]]
- [[#a-simple-reproducible-research-emacs-configuration-][A simple "/reproducible research/" emacs configuration ]]
- [[#emacs-tips-and-tricks][Emacs Tips and tricks]]
- [[#cheat-sheets][Cheat-sheets]]
- [[#video-tutorials][Video tutorials]]
- [[#additional-useful-emacs-packages][Additional useful emacs packages]]
- [[#other-resources][Other resources]]
- [[#a-replicable-article][A replicable article]]
- [[#a-stub-of-replicable-article][A stub of replicable article]]
* Installing emacs, org-mode, ess, and auctex.
* Installing emacs, org-mode, ess, and auctex.
** OS-specific installation procedure
** OS-specific installation procedure
...
...
module2/ressources/jupyter.org
View file @
2666734d
...
@@ -3,20 +3,7 @@
...
@@ -3,20 +3,7 @@
#+AUTHOR: Arnaud Legrand
#+AUTHOR: Arnaud Legrand
#+DATE: June, 2018
#+DATE: June, 2018
#+STARTUP: overview indent
#+STARTUP: overview indent
#+OPTIONS: num:nil toc:t
* Table of Contents :TOC:
- [[#interacting-with-gitlab][Interacting with gitlab]]
- [[#additional-jupyter-resources-or-tricks][Additional Jupyter resources or tricks]]
- [[#tips-and-tricks][Tips and tricks]]
- [[#running-r-and-python-in-the-same-notebook][Running R and Python in the same notebook]]
- [[#exporting-a-notebook][Exporting a notebook]]
- [[#installing-jupyter-or-jupyter-hub-on-your-own-machine][Installing jupyter or jupyter hub on your own machine]]
- [[#installing-jupyter][Installing jupyter]]
- [[#using-r][Using R]]
- [[#exporting-your-notebooks-with-latex][Exporting your notebooks with latex]]
- [[#interacting-with-gitlab][Interacting with gitlab]]
- [[#interesting-extensions][Interesting extensions]]
- [[#installing-jupyterhub][Installing jupyterhub]]
* Interacting with gitlab
* Interacting with gitlab
#+BEGIN_QUOTE
#+BEGIN_QUOTE
...
...
module2/ressources/rstudio.org
View file @
2666734d
...
@@ -3,16 +3,7 @@
...
@@ -3,16 +3,7 @@
#+AUTHOR: Arnaud Legrand
#+AUTHOR: Arnaud Legrand
#+DATE: June, 2018
#+DATE: June, 2018
#+STARTUP: overview indent
#+STARTUP: overview indent
#+OPTIONS: num:nil toc:t
* Table of Contents :TOC:
- [[#installing-rstudio][Installing Rstudio]]
- [[#linux-debian-ubuntu][Linux (debian, ubuntu)]]
- [[#mac-osx-and-windows][Mac OSX and Windows]]
- [[#installing-git][Installing Git]]
- [[#linux-debian-ubuntu][Linux (debian, ubuntu)]]
- [[#mac-osx-and-windows][Mac OSX and Windows]]
- [[#rstudio-and-gitgithubgitlab][Rstudio and git/github/gitlab]]
- [[#cheat-sheets][Cheat Sheets]]
* Installing Rstudio
* Installing Rstudio
** Linux (debian, ubuntu)
** Linux (debian, ubuntu)
...
@@ -91,7 +82,7 @@ apt-get update ; apt-get install git
...
@@ -91,7 +82,7 @@ apt-get update ; apt-get install git
- Optional Git clients (should not be needed if you work within
- Optional Git clients (should not be needed if you work within
Rstudio):
Rstudio):
- [[https://www.sourcetreeapp.com/][SourceTree]]
- [[https://www.sourcetreeapp.com/][SourceTree]]
- [[
github desktop
][GitHub Desktop]]
- [[
https://desktop.github.com/
][GitHub Desktop]]
#+BEGIN_QUOTE
#+BEGIN_QUOTE
[[https://github.com/desktop/desktop/issues/852][Apparently]], this works with gitlab and https.
[[https://github.com/desktop/desktop/issues/852][Apparently]], this works with gitlab and https.
#+END_QUOTE
#+END_QUOTE
...
...
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