Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielfrg/jupyter-flex
- Owner: danielfrg
- License: apache-2.0
- Created: 2019-12-13T20:19:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:03:39.000Z (7 months ago)
- Last Synced: 2024-04-14T13:10:04.263Z (7 months ago)
- Topics: dashboards, interactive-dashboards, jupyter, jupyter-notebooks, python, react
- Language: JavaScript
- Homepage: https://jupyter-flex.danielfrg.com
- Size: 89.3 MB
- Stars: 311
- Watchers: 8
- Forks: 54
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-jupyter-resources - GitHub - 21% open · ⏱️ 22.06.2022): (Jupyter-Notebook分享与格式转换)
- best-of-jupyter - GitHub - 20% open · ⏱️ 07.05.2024): (Notebook Sharing & Conversion)
- awesome-starred - danielfrg/jupyter-flex - Build dashboards using Jupyter Notebooks (react)
README
# 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/)## 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).