Metadata-Version: 2.1
Name: voila-materialscloud-template
Version: 0.3.13
Summary: Voilà template for Materials Cloud that implements the Materials Cloud header and CSS.
Home-page: https://github.com/materialscloud-org/voila-materialscloud-template
Author: Dou Du and Casper Welzel Andersen
Author-email: dou.du@epfl.ch
License: BSD
Keywords: voila jupyter materialscloud
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Voilà template for Materials Cloud  

This is the Voilà template for the Materials Cloud project.

It implements the standard Materials Cloud header and CSS.

The template is called `materialscloud` and can be invoked either by using the `--template=materialscloud` `voila` CLI option, setting it explicitly in a Notebook's metadata or in a Jupyter config file.
See [the Voilà documentation](https://voila.readthedocs.io/en/stable/customize.html#controlling-the-nbconvert-template) on how to invoke templates for more information.

## Try it with Binder!

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/materialscloud-org/voila-materialscloud-template/develop?urlpath=%2Fvoila%2Frender%2Fexample-notebooks%2Fexample.ipynb)

## Installation

```bash
pip install voila-materialscloud-template
```

## Usage

```bash
voila --template=materialscloud example.ipynb
```

## License

This repository and all files in it are licensed under the [BSD license](LICENSE), copyright (c) by Voilà contributors.
