Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 19, 2019
1 parent a2b01df commit e215696
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,31 @@

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/martinRenou/voila-material/master?urlpath=voila)

Material design template example for voila
Material design template for voila

## Installation

```
pip install voila-material
```

## Usage

```
voila my_notebook.ipynb --template=material
```

Or for the dark theme:

```
voila my_notebook.ipynb --template=material --theme=dark
```

## Example

![screenshot](./voila-material.png)


Theme support
Dark support

![screenshot](./voila-material-dark.png)
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: voila-material
channels:
- conda-forge
dependencies:
- ipywidgets=7.4.2
- ipywidgets=7.5.1
- bqplot
- voila=0.1.2
- voila=0.1.10
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def run(self):

setup(
name='voila-material',
version="0.0.1",
version="0.1.0",
description="Material design template for voila",
data_files=data_files,
include_package_data=True,
Expand Down

0 comments on commit e215696

Please sign in to comment.