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 @@
The following webpage lists several Jupyter tricks (in particular, it
illustrates many Ipython magic
commands) that should improve your
@@ -38,9 +38,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
. E.g.,
@@ -88,9 +88,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
@@ -117,19 +117,19 @@ taste.
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.
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
Here are two interesting extensions that can improve readability: