The following <ahref="https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/">webpage</a> lists several Jupyter tricks (in particular, it
The following <ahref="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
illustrates many <code>Ipython magic</code> commands) that should improve your
efficiency (note that this blog post is about two years old so some of
efficiency (note that this blog post is about two years old so some of
the tricks may have been integrated in the default behavior of jupyter
the tricks may have been integrated in the default behavior of Jupyter
Follow these instructions if you wish to have a Jupyter environment on
your own machine similar to the one we set up for this MOOC.
</p>
<p>
<p>
Follow these instructions if you wish to have a similar Jupyter environment on you own machine.
First, download and install the <ahref="https://conda.io/miniconda.html">latest version of Miniconda</a>. We use
Miniconda version <code>4.5.4</code> and Python version <code>3.6</code> on our server.
</p>
</p>
<p>
<p>
First, download and install <ahref="https://conda.io/miniconda.html">Miniconda latest version</a>. We use Miniconda version <code>4.5.4</code> and Python version <code>3.6</code> on our server .<br/>
Miniconda is a light version of Anaconda, which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.
Miniconda is a light version of Anaconda which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.
</p>
</p>
<p>
<p>
Then download the <ahref="https://gist.github.com/brospars/4671d9013f0d99e1c961482dab533c57">mooc<sub>rr</sub> environment file</a> and create it using conda:
Then download the <ahref="https://gist.github.com/brospars/4671d9013f0d99e1c961482dab533c57">mooc<sub>rr</sub> environment file</a> and create the environment using conda:
<h3id="org6c5cc92">Side note about Jupyter, JupyterLab, JupyterHub, …</h3>
<h3id="orge0aee6c">Exporting your notebooks with latex</h3>
<divclass="outline-text-3"id="text-org6c5cc92">
<divclass="outline-text-3"id="text-orge0aee6c">
<p>
Note that Jupyter notebooks are only a small part of the picture and
that Jupyter is now part of a bigger project: <ahref="https://blog.jupyter.org/jupyterlab-is-ready-for-users-5a6f039b8906">JupyterLab</a>, which allows
you to mix various components (including notebooks) in your
browser. In the context of this MOOC, our time frame was too short to
benefit from JupyterLab which was still under active development but
this is probably the best option now if you want to benefit from
<ahref="https://stackoverflow.com/questions/33159518/collapse-cell-in-jupyter-notebook">Code folding</a> to improve readability when browsing the notebook.