voila-sepal-ui

A sepal-ui template for Voila


Keywords
ipython, jupyter, widgets, voila, sepal-ui
Install
pip install voila-sepal-ui==0.5.1

Documentation

Upload Python Package

voila-sepal-ui

This is a fork of the voila-vuetify project original project. The purpose of this fork is to create a template for the sepal-ui project.

Installation

git clone https://github.com/dfguerrerom/voila-sepal-ui.git
cd voila-sepal-ui
pip install .

Usage

To use the sepal-ui template, just pass --template=sepal-ui-base to the voila command line.

voila app.ipynb --template=sepal-ui-base --show_tracebacks=True

Alternatively, you can also set the template definition in the notebook metadata to use the sepal-u-basei template. Open the notebook as a text file and add the following metadata:

"voila" : {
   "template" : "sepal-ui-base"
}

You can also set the title of the tool by adding the following metadata:

"title" : "My geospatial-ui tool"