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
Follow these instructions if you wish to have a similar Jupyter environment on you own machine.
</p>
<p>
First, download and install <ahref="https://www.anaconda.com/download/">Anaconda latest version</a>. We use Anaconda version <code>4.5.4</code> on our server .<br/>
Anaconda includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.
First, download and install <ahref="https://conda.io/miniconda.html">Miniconda latest version</a>. We use Miniconda version <code>4.5.4</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.