Files
gitea-pages/docs/merlin6/jupyterhub/jupyter-examples.md
Hans-Nikolai Viessmann bde174b726 first stab at mkdocs migration
refactor CSCS and Meg content

add merlin6 quick start

update merlin6 nomachine docs

give the userdoc its own color scheme

we use the Materials default one

refactored slurm general docs merlin6

add merlin6 JB docs

add software support m6 docs

add all files to nav

vibed changes #1

add missing pages

further vibing #2

vibe #3

further fixes
2026-01-12 17:49:41 +01:00

1.3 KiB

Jupyter examples on merlin6

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.

Plotly

Plotly is an interactive open source plotting library