="http://www.w3.org/2000/svg" viewBox="0 0 512 512">

17 Tips and Tricks

17.1 – Frontmatter

A frontmatter adds both a title section and metadata like authors and doi to your page.

The data is structured as YAML. Be careful to follow the rules for YAML formatting:

  • keep the items properly intended
  • strings containing colons must be surrounded by quotation marks

17.2 – Resizing Images

Images work best with this syntax:

```{image} examples/yoda.png
:alt: Yoda
:width: 200px
:align: center
```

17.3 – Embedding Videos

Videos from the local filesystem currently do not work. Embeding videos from external sources like YouTube do work.

License

Computational Competencies: Using JupyterHub with Moodle Copyright © by UTL ETH Zürich. All Rights Reserved.

}