1.4 KiB
title, last_updated, sidebar, permalink
title | last_updated | sidebar | permalink |
---|---|---|---|
Jupyter examples on merlin6 | 1 October 2019 | merlin6_sidebar | /merlin6/jupyter-examples.html |
These examples demonstrate the use of certain python libraries and modules in the merlin6 environment. They are provided to get you started fast. You can check out a repository of the examples from
https://git.psi.ch/lsm-hpce/merlin6-jupyterhub-examples
A number of standard data sets for the tutorials of the libraries are hosted on merlin6 centrally under /data/project/general/public
, so you do not need to store them in your user space.
Dask
Dask is a flexible library for parallel computing in Python. It provides the abstraction of a dask dataframe that can reside on multiple machines and can be manipulated by an API designed to be as close as possible to pandas. The example shows how to start up dask workers on merlin6 through slurm.
- Link to example
- The data sets for the dask tutorial are hosted at
/data/project/general/public/dask-tutorial
.
Plotly
Plotly is an interactive open source plotting library