diff --git a/module2/ressources/jupyter.html b/module2/ressources/jupyter.html index ccecf1d586bff3c01f3360c8c13c8f80d8e8fe0d..ae2b993f4a03ee8f104997b92aac02fec35de417 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,19 +117,19 @@ 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 Miniconda latest version. We use Miniconda version 4.5.4 on our server .
+First, download and install Miniconda latest version. We use Miniconda version 4.5.4 and Python version 3.6 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: