Commit 1ad32506 authored by Arnaud Legrand's avatar Arnaud Legrand

Typo

parent 85c5649c
......@@ -4,34 +4,34 @@
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul style="margin:0 0;">
<li style="margin-bottom:0;"><a href="#orgf3b7782">Additional Jupyter resources or tricks</a>
<li style="margin-bottom:0;"><a href="#orgacd419d">Additional Jupyter resources or tricks</a>
<ul style="margin:0 0;">
<li style="margin-bottom:0;"><a href="#orgfb5fa97">Tips and tricks</a></li>
<li style="margin-bottom:0;"><a href="#org38d49d6">Running R and Python in the same notebook</a></li>
<li style="margin-bottom:0;"><a href="#org1344be3">Exporting a notebook</a></li>
<li style="margin-bottom:0;"><a href="#orgc5dc2d3">Tips and tricks</a></li>
<li style="margin-bottom:0;"><a href="#org9541939">Running R and Python in the same notebook</a></li>
<li style="margin-bottom:0;"><a href="#org4455d02">Exporting a notebook</a></li>
</ul>
</li>
<li style="margin-bottom:0;"><a href="#org98dba69">Installing Jupyter on your own machine</a>
<li style="margin-bottom:0;"><a href="#orga99785c">Installing Jupyter on your own machine</a>
<ul style="margin:0 0;">
<li style="margin-bottom:0;"><a href="#orgded5168">Installing jupyter</a></li>
<li style="margin-bottom:0;"><a href="#orga71105f">Using R</a></li>
<li style="margin-bottom:0;"><a href="#org2babeac">Exporting your notebooks with latex</a></li>
<li style="margin-bottom:0;"><a href="#org5699094">Interacting with gitlab</a></li>
<li style="margin-bottom:0;"><a href="#org20763cb">Interesting extensions to improve notebook readability</a></li>
<li style="margin-bottom:0;"><a href="#org1bef8c0">Installing jupyter</a></li>
<li style="margin-bottom:0;"><a href="#orgd85230e">Using R</a></li>
<li style="margin-bottom:0;"><a href="#orge05b608">Exporting your notebooks with latex</a></li>
<li style="margin-bottom:0;"><a href="#orgd9d1407">Interacting with GitLab</a></li>
<li style="margin-bottom:0;"><a href="#orgcdb47ae">Interesting extensions to improve notebook readability</a></li>
</ul>
</li>
<li style="margin-bottom:0;"><a href="#org1e7464c">Installing JupyterHub&#xa0;&#xa0;&#xa0;<span class="tag"><span class="Benoit">Benoit</span></span></a></li>
<li style="margin-bottom:0;"><a href="#org70343f1">Installing JupyterHub&#xa0;&#xa0;&#xa0;<span class="tag"><span class="Benoit">Benoit</span></span></a></li>
</ul>
</div>
</div>
<div id="outline-container-orgf3b7782" class="outline-2">
<h2 id="orgf3b7782">Additional Jupyter resources or tricks</h2>
<div class="outline-text-2" id="text-orgf3b7782">
<div id="outline-container-orgacd419d" class="outline-2">
<h2 id="orgacd419d">Additional Jupyter resources or tricks</h2>
<div class="outline-text-2" id="text-orgacd419d">
</div>
<div id="outline-container-orgfb5fa97" class="outline-3">
<h3 id="orgfb5fa97">Tips and tricks</h3>
<div class="outline-text-3" id="text-orgfb5fa97">
<div id="outline-container-orgc5dc2d3" class="outline-3">
<h3 id="orgc5dc2d3">Tips and tricks</h3>
<div class="outline-text-3" id="text-orgc5dc2d3">
<p>
The following <a href="https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/">webpage</a> lists several Jupyter tricks (in particular, it
illustrates many <code>Ipython magic</code> commands) that should improve your
......@@ -41,9 +41,9 @@ now).
</p>
</div>
</div>
<div id="outline-container-org38d49d6" class="outline-3">
<h3 id="org38d49d6">Running R and Python in the same notebook</h3>
<div class="outline-text-3" id="text-org38d49d6">
<div id="outline-container-org9541939" class="outline-3">
<h3 id="org9541939">Running R and Python in the same notebook</h3>
<div class="outline-text-3" id="text-org9541939">
<p>
The best solution to this is to install rpy2. On my machine, I have
installed the <code>python3-rpy2</code> debian package with <code>apt-get install</code>. E.g.,
......@@ -91,9 +91,9 @@ plot(df)
</ol>
</div>
</div>
<div id="outline-container-org1344be3" class="outline-3">
<h3 id="org1344be3">Exporting a notebook</h3>
<div class="outline-text-3" id="text-org1344be3">
<div id="outline-container-org4455d02" class="outline-3">
<h3 id="org4455d02">Exporting a notebook</h3>
<div class="outline-text-3" id="text-org4455d02">
<p>
Obviously, you can convert to html or pdf using the using the <code>File &gt;
Download as &gt; HTML</code> (or <code>PDF</code>) menu option. This can also be done from
......@@ -120,13 +120,13 @@ taste.
</div>
</div>
</div>
<div id="outline-container-org98dba69" class="outline-2">
<h2 id="org98dba69">Installing Jupyter on your own machine</h2>
<div class="outline-text-2" id="text-org98dba69">
<div id="outline-container-orga99785c" class="outline-2">
<h2 id="orga99785c">Installing Jupyter on your own machine</h2>
<div class="outline-text-2" id="text-orga99785c">
</div>
<div id="outline-container-orgded5168" class="outline-3">
<h3 id="orgded5168">Installing jupyter</h3>
<div class="outline-text-3" id="text-orgded5168">
<div id="outline-container-org1bef8c0" class="outline-3">
<h3 id="org1bef8c0">Installing jupyter</h3>
<div class="outline-text-3" id="text-org1bef8c0">
<p>
Here is what you should install:
</p>
......@@ -157,15 +157,15 @@ The ipython notebook can then be run with the following command:
</div>
</div>
</div>
<div id="outline-container-orga71105f" class="outline-3">
<h3 id="orga71105f">Using R</h3>
<div class="outline-text-3" id="text-orga71105f">
<div id="outline-container-orgd85230e" class="outline-3">
<h3 id="orgd85230e">Using R</h3>
<div class="outline-text-3" id="text-orgd85230e">
<p>
If you want to use the R kernel in jupyter, follow <a href="https://github.com/IRkernel/IRkernel#installation">these instructions</a>.
</p>
<p>
Alternatively, you can install <code>rpy2</code> (see the <a href="#org38d49d6">Running R and Python in
Alternatively, you can install <code>rpy2</code> (see the <a href="#org9541939">Running R and Python in
the same notebook</a> section).
</p>
<div class="org-src-container">
......@@ -174,9 +174,9 @@ the same notebook</a> section).
</div>
</div>
</div>
<div id="outline-container-org2babeac" class="outline-3">
<h3 id="org2babeac">Exporting your notebooks with latex</h3>
<div class="outline-text-3" id="text-org2babeac">
<div id="outline-container-orge05b608" class="outline-3">
<h3 id="orge05b608">Exporting your notebooks with latex</h3>
<div class="outline-text-3" id="text-orge05b608">
<p>
Here is what I had to install on my recent debian machine to make sure
the notebook export via latex works:
......@@ -188,9 +188,9 @@ sudo apt-get install texlive-xetex
</div>
</div>
</div>
<div id="outline-container-org5699094" class="outline-3">
<h3 id="org5699094">Interacting with gitlab</h3>
<div class="outline-text-3" id="text-org5699094">
<div id="outline-container-orgd9d1407" class="outline-3">
<h3 id="orgd9d1407">Interacting with GitLab</h3>
<div class="outline-text-3" id="text-orgd9d1407">
<p>
Here is our <a href="https://github.com/brospars/nb-git">jupyter extension that allows to git push/pull from the
notebooks</a>:
......@@ -202,9 +202,9 @@ jupyter nbextension enable nb-git
</div>
</div>
</div>
<div id="outline-container-org20763cb" class="outline-3">
<h3 id="org20763cb">Interesting extensions to improve notebook readability</h3>
<div class="outline-text-3" id="text-org20763cb">
<div id="outline-container-orgcdb47ae" class="outline-3">
<h3 id="orgcdb47ae">Interesting extensions to improve notebook readability</h3>
<div class="outline-text-3" id="text-orgcdb47ae">
<p>
Here are two interesting extensions that can improve readability:
</p>
......@@ -231,9 +231,9 @@ jupyter-serverextension enable --py hide_code
</div>
</div>
</div>
<div id="outline-container-org1e7464c" class="outline-2">
<h2 id="org1e7464c">Installing JupyterHub&#xa0;&#xa0;&#xa0;<span class="tag"><span class="Benoit">Benoit</span></span></h2>
<div class="outline-text-2" id="text-org1e7464c">
<div id="outline-container-org70343f1" class="outline-2">
<h2 id="org70343f1">Installing JupyterHub&#xa0;&#xa0;&#xa0;<span class="tag"><span class="Benoit">Benoit</span></span></h2>
<div class="outline-text-2" id="text-org70343f1">
<blockquote>
<p>
Benoit may give a few hints on this.
......
......@@ -91,7 +91,7 @@ the notebook export via latex works:
sudo apt-get install wkhtmltopdf
sudo apt-get install texlive-xetex
#+end_src
** Interacting with gitlab
** Interacting with GitLab
Here is our [[https://github.com/brospars/nb-git][jupyter extension that allows to git push/pull from the
notebooks]]:
#+begin_src shell :results output :exports both
......
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