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 on how to invoke templates for more information.
pip install voila-materialscloud-template
There are two different templates for deploying Voilà at Materials Cloud website, which are "materialscloud-tool" and "materialscloud-discover".
At Materials Cloud, the WORK section have a collection of simulation tools and services. To deploy such applications, one need use the "materialscloud-tool" template as:
voila --template=materialscloud-tool example.ipynb
In the DISCOVER section, it shows curated research data with tailored visualizations. One need to use the "materialscloud-discover" template to deploy the apps.
voila --template=materialscloud-discover example.ipynb
This repository and all files in it are licensed under the BSD license, copyright (c) by Voilà contributors.