From f4f3b55f07e6d54f26ebd10c6be6fad57a5b6f78 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Wed, 29 Aug 2018 16:37:25 +0200 Subject: [PATCH] Regenerate files --- module2/ressources/jupyter.html | 68 ++++++++++++++++----------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/module2/ressources/jupyter.html b/module2/ressources/jupyter.html index 9527eec..ccecf1d 100644 --- a/module2/ressources/jupyter.html +++ b/module2/ressources/jupyter.html @@ -4,31 +4,31 @@

Table of Contents

-
-

Additional Jupyter resources or tricks

-
+
+

Additional Jupyter resources or tricks

+
-
-

Tips and tricks

-
+
+

Tips and tricks

+

The following webpage lists several Jupyter tricks (in particular, it illustrates many Ipython magic commands) that should improve your @@ -38,9 +38,9 @@ now).

-
-

Running R and Python in the same notebook

-
+
+

Running R and Python in the same notebook

+

The best solution to this is to install rpy2. On my machine, I have installed the python3-rpy2 debian package with apt-get install. E.g., @@ -88,9 +88,9 @@ plot(df)

-
-

Exporting a notebook

-
+
+

Exporting a notebook

+

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 @@ -117,20 +117,20 @@ taste.

-
-

Installing Jupyter on your own machine

-
+
+

Installing Jupyter on your own machine

+
-
-

Installing jupyter

-
+
+

Installing jupyter

+

Follow these instructions if you wish to have a similar Jupyter environment on you own machine.

-First, download and install Anaconda latest version. We use Anaconda version 4.5.4 on our server .
-Anaconda includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science. +First, download and install Miniconda latest version. We use Miniconda version 4.5.4 on our server .
+Miniconda is a light version of Anaconda which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.

@@ -151,9 +151,9 @@ jupyter notebook

-
-

Exporting your notebooks with latex

-
+
+

Exporting your notebooks with latex

+

Here is what I had to install on my recent debian machine to make sure the notebook export via latex works: @@ -166,9 +166,9 @@ sudo apt-get install texlive-xetex

-
-

Interesting extensions to improve notebook readability

-
+
+

Interesting extensions to improve notebook readability

+

Here are two interesting extensions that can improve readability:

-- 2.18.1