Metadata-Version: 2.1
Name: hadar-dashboard
Version: 0.4.0
Summary: jupyter dashboard to navigate into Hadar results
Home-page: https://github.com/hadar-simulator/jupyter-dashboard
Author: RTE France
Author-email: francois.jolain@rte-international.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: jupyter
Requires-Dist: plotly
Requires-Dist: hadar (==0.4.0)

# jupyter-dashboard

Jupyter Dashboard repo provides `hadar_dashboard` python package which is an one-line jupyter widget to display a little dashboard and navigate into Hadar results.
![Screenshost](screenshot-dashboard.gif)

## Use it
``` python
plottting = hd.HTMLPlotting(...)

from hadar_dashboard import dashboard

dashboard(plotting)
```

## Start example
#### By Binder
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hadar-simulator/jupyter-dashboard/master?filepath=example%2FBegin%20Stochastic.ipynb)

#### By yourself
```
pip install -r requirements.txt
export PYTHONPATH=$(pwd)
jupyter notebook example/Begin\ Stochastic.ipynb

```


