spectrochempy icon indicating copy to clipboard operation
spectrochempy copied to clipboard

Dash application development

Open fernandezc opened this issue 4 years ago • 1 comments

In order to provide a simple way for inexperienced users with Python and more generally the programming even simplified, it can be useful to have one or more graphical applications allowing to use some of SpectroChemPy's solutions, i.e., spectrum processing, baseline correction, peak peaking, fitting ...

A solution can be provided using DASH (and Plotly) which has the advantage of running in a web browser. This would allow to centralize the offer for people who have difficulties to install python on their computer.

https://dash.plotly.com

A first version will be made for one of the next releases.

fernandezc avatar Sep 30 '20 17:09 fernandezc

Hello ! We're considering a similar thing for the RADIS code. http://radis.github.io/

I suggest you consider Bokeh / Holoviews in your benchmark, which are similar to Plotly, with their own pros & cons : https://pauliacomi.com/2020/06/07/plotly-v-bokeh.html

erwanp avatar Jun 16 '21 14:06 erwanp