Framework for interactive dashboards framework for the jupyter notebook
Project description
# Shaolin
## Framework for interactive widget-based dashboards programming. Feedback is really appreciated
**Shaolin**(**S**tructure **H**elper for d**A**shb**O**ard **LIN**king) is an ipywidgets based framework that allows to create interactive dashboards that can be linked with each other to build complex applications.
Its still in a alpha alpha version, the beta version will be realeased before 17 july.
**PLEASE HELP!** I think the package can be installed using setup.py or downloading it from pip typing: **pip install shaolin**. I'm not sure 100% if it works as it is the first time I upload a package. Feedback is appreciated.
### Dependencies:
- six.
- numpy.
- pandas.
- planarity.
- networkx.
- bokeh.
- seaborn.
- vpython (not yet, but really soon)
# Main features
The documentation is located in the [examples](https://github.com/HCsoft-RD/shaolin/tree/master/examples) folder.
### ipywidgets based and pydata compatible
This framework is build on top of standard pydata libraries like pandas and numpy and uses only the ipywidgets package for the interface management, although
shaolin provides a simplified interface that extends the ipywidgets capabilities.
### Own syntax for quickly defining new Dashboards
Shaolin has a simplified syntax that allows to program dashboards consisting on multiple widgets more quickly.
- [Syntax for defining widgets](https://github.com/HCsoft-RD/shaolin/blob/master/examples/Shaolin%20syntax.ipynb)
- [Dashboard introduction](https://github.com/HCsoft-RD/shaolin/blob/master/examples/Dashboards.ipynb)
### Link different Dashboard to create complex applications
It is possible to combine multiple dashboards into a new one in order to perform complex tasks like data analysis or plotting.
- [Dashboard programming tutorial](https://github.com/HCsoft-RD/shaolin/blob/master/examples/Creating%20complex%20Dashboards.ipynb)
### Save and share your dashboards easily
You can load and save the state of a dashboard easily with no additional effort.
### No more writing widgets css
Modify any visual property of a dashboard interactively using widgets.
*********************
# Sample Dashboards
Shaolin comes batteries included with Dashboard created for performing various standard data analysis tasks that you can use as a base to build your own applications.
### Colormap creation
Use a colormap picker capable of creating any matplotlib and seaborn colormap or palette.
- [Colormap tutorial](https://github.com/HCsoft-RD/shaolin/blob/master/examples/Shaolin%20Colors.ipynb)
### Full customizable scatter plot
Plot an interactive bokeh scatter plot with tooltips from any pandas DataFrame, Panel or Panel4D. You will be able to modify any visual property of the plot with just a few clicks. I bet you wont need to program another scatter plot after trying this ;)
- [Scatter plot introduction](https://github.com/HCsoft-RD/shaolin/blob/master/examples/Scatter%20Plot%20introduction.ipynb)
### Networkx compatibility
We have dashboards that map the networkx interface to calculate any graph metric, any graph layout and the capability of converting time series correlation matrices into graphs.
You will also be able to plot any graph using the networkx capabilities in a fully customizable bokeh plot.
- [Shaolin GraphCalculator tutorial] (https://github.com/HCsoft-RD/shaolin/blob/master/examples/GraphCalculator.ipynb)
- [Shaolin Bokeh GraphPlot tutorial] (https://github.com/HCsoft-RD/shaolin/blob/master/examples/GraphPlot.ipynb)
### Slicers
Widgets for slicing any pandas structure or numpy array.
###plot mappers
These Dashboards provide everything you need to create new interactive plots with almost no code.
# Upcoming features
I hope most of there are available in the beta release.
###Walkers
It will extend the capabilities of the GraphCalculator for making interactive animated graphs in real time. This is really usefull for visualizing correlation matrix time series.
### VPython support
It will be possible to replicate the capabilities of any plot using VPython as a plotting engine. This will make very easy visualizing interactive 3D scatter plotsand graphs in the notebook.
### Seaborn plots
Compatibility for displaying seaborn plots will be added shortly.
### MplD3
Compatibility for mapping data to interactive matplotlib plots using MplD3.
## Framework for interactive widget-based dashboards programming. Feedback is really appreciated
**Shaolin**(**S**tructure **H**elper for d**A**shb**O**ard **LIN**king) is an ipywidgets based framework that allows to create interactive dashboards that can be linked with each other to build complex applications.
Its still in a alpha alpha version, the beta version will be realeased before 17 july.
**PLEASE HELP!** I think the package can be installed using setup.py or downloading it from pip typing: **pip install shaolin**. I'm not sure 100% if it works as it is the first time I upload a package. Feedback is appreciated.
### Dependencies:
- six.
- numpy.
- pandas.
- planarity.
- networkx.
- bokeh.
- seaborn.
- vpython (not yet, but really soon)
# Main features
The documentation is located in the [examples](https://github.com/HCsoft-RD/shaolin/tree/master/examples) folder.
### ipywidgets based and pydata compatible
This framework is build on top of standard pydata libraries like pandas and numpy and uses only the ipywidgets package for the interface management, although
shaolin provides a simplified interface that extends the ipywidgets capabilities.
### Own syntax for quickly defining new Dashboards
Shaolin has a simplified syntax that allows to program dashboards consisting on multiple widgets more quickly.
- [Syntax for defining widgets](https://github.com/HCsoft-RD/shaolin/blob/master/examples/Shaolin%20syntax.ipynb)
- [Dashboard introduction](https://github.com/HCsoft-RD/shaolin/blob/master/examples/Dashboards.ipynb)
### Link different Dashboard to create complex applications
It is possible to combine multiple dashboards into a new one in order to perform complex tasks like data analysis or plotting.
- [Dashboard programming tutorial](https://github.com/HCsoft-RD/shaolin/blob/master/examples/Creating%20complex%20Dashboards.ipynb)
### Save and share your dashboards easily
You can load and save the state of a dashboard easily with no additional effort.
### No more writing widgets css
Modify any visual property of a dashboard interactively using widgets.
*********************
# Sample Dashboards
Shaolin comes batteries included with Dashboard created for performing various standard data analysis tasks that you can use as a base to build your own applications.
### Colormap creation
Use a colormap picker capable of creating any matplotlib and seaborn colormap or palette.
- [Colormap tutorial](https://github.com/HCsoft-RD/shaolin/blob/master/examples/Shaolin%20Colors.ipynb)
### Full customizable scatter plot
Plot an interactive bokeh scatter plot with tooltips from any pandas DataFrame, Panel or Panel4D. You will be able to modify any visual property of the plot with just a few clicks. I bet you wont need to program another scatter plot after trying this ;)
- [Scatter plot introduction](https://github.com/HCsoft-RD/shaolin/blob/master/examples/Scatter%20Plot%20introduction.ipynb)
### Networkx compatibility
We have dashboards that map the networkx interface to calculate any graph metric, any graph layout and the capability of converting time series correlation matrices into graphs.
You will also be able to plot any graph using the networkx capabilities in a fully customizable bokeh plot.
- [Shaolin GraphCalculator tutorial] (https://github.com/HCsoft-RD/shaolin/blob/master/examples/GraphCalculator.ipynb)
- [Shaolin Bokeh GraphPlot tutorial] (https://github.com/HCsoft-RD/shaolin/blob/master/examples/GraphPlot.ipynb)
### Slicers
Widgets for slicing any pandas structure or numpy array.
###plot mappers
These Dashboards provide everything you need to create new interactive plots with almost no code.
# Upcoming features
I hope most of there are available in the beta release.
###Walkers
It will extend the capabilities of the GraphCalculator for making interactive animated graphs in real time. This is really usefull for visualizing correlation matrix time series.
### VPython support
It will be possible to replicate the capabilities of any plot using VPython as a plotting engine. This will make very easy visualizing interactive 3D scatter plotsand graphs in the notebook.
### Seaborn plots
Compatibility for displaying seaborn plots will be added shortly.
### MplD3
Compatibility for mapping data to interactive matplotlib plots using MplD3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
shaolin-0.0.1a9-py3-none-any.whl
(92.1 kB
view details)
File details
Details for the file shaolin-0.0.1a9-py3-none-any.whl
.
File metadata
- Download URL: shaolin-0.0.1a9-py3-none-any.whl
- Upload date:
- Size: 92.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ae1f2478391ce83369ea0853bec3d016ab3fdf782a7183d7585b7b47eea6d32 |
|
MD5 | b27e77288c41c2d1ef991cbc33c2593d |
|
BLAKE2b-256 | 1f8c2e9ff2e550fceecee7f7f134e2dad009f53af67cca3c27c902f8e5ae3ec0 |