diff --git a/module2/ressources/jupyter.html b/module2/ressources/jupyter.html index 9527eec46f9fc58a6fd1080e5cc4f93e9973d07f..ccecf1d586bff3c01f3360c8c13c8f80d8e8fe0d 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,20 +117,20 @@ taste.
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
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: