Commit 2666734d authored by Arnaud Legrand's avatar Arnaud Legrand

Preparing for pretty-printed html export toward FUN

parent 775dfe80
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' $@
...@@ -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
......
...@@ -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
......
...@@ -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
......
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