Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielfrg/jupyter-flex

Build dashboards using Jupyter Notebooks
https://github.com/danielfrg/jupyter-flex

dashboards interactive-dashboards jupyter jupyter-notebooks python react

Last synced: 5 days ago
JSON representation

Build dashboards using Jupyter Notebooks

Awesome Lists containing this project

README

        


























Documentation
·
Installation

# Build dashboards using Jupyter Notebooks

- Use Markdown headers and Jupyter Notebook cell tags to define the dashboard layout and its components
- Flexible and easy way to specify row and column based layouts
- Use [nbconvert](https://nbconvert.readthedocs.io/en/latest/) to create static reports
- Use [Voila](https://github.com/voila-dashboards/voila) to start a live Jupyter Kernel for fully dynamic applications
- Support for [Jupyter widgets](https://ipywidgets.readthedocs.io/en/latest/)

Jupyter-flex: Movie Explorer
Jupyter-flex: NBA Scoring
Jupyter-flex: Bokeh plots

## Installation

```shell
pip install jupyter-flex
```

## Documentation

Learn more in the [jupyter-flex documentation](https://jupyter-flex.danielfrg.com).

## Contributing

See [CONTRIBUTING.md](https://github.com/danielfrg/jupyter-flex/blob/main/CONTRIBUTING.md).