russelljjarvis / ScienceAccessibility

Analysis of accessibility of science writing.
Other
7 stars 2 forks source link

Link to scraping backend with a plotly-dash front end. #29

Open russelljjarvis opened 4 years ago

russelljjarvis commented 4 years ago

https://community.plot.ly/t/type-in-field-click-submit-long-computation-done-in-serial-returns-data-frame-data-frame-plotted-as-histograms/32078

https://github.com/waralex/Dashboards.jl

import Pkg; Pkg.add(Pkg.PackageSpec(url = "https://github.com/waralex/Dashboards.jl.git"))

mcgurrgurr commented 4 years ago

Hi Russell,

Thanks for continuing to share this with me. Sorry for the lapse in response. I was traveling for the thanksgiving holiday and have had the flu. But finally starting to feel better and catch up. Will take a closer look soon. But it looks like the one response may have been useful to solve some issue.


pm pmcgurrin.com https://www.pmcgurrin.com/ @mcgurrgurr https://twitter.com/McGurrGurr

On Mon, Dec 2, 2019 at 4:57 AM Russell Jarvis notifications@github.com wrote:

https://community.plot.ly/t/type-in-field-click-submit-long-computation-done-in-serial-returns-data-frame-data-frame-plotted-as-histograms/32078

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/russelljjarvis/ScienceAccessibility/issues/29?email_source=notifications&email_token=AIDONRNZTVCGTHRBMN65S23QWTL2HA5CNFSM4JTTFG52YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H5GVCEQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIDONROF56OG6TBOTNZ7L2LQWTL2HANCNFSM4JTTFG5Q .

russelljjarvis commented 4 years ago

I think I need to re-write the issue. What we need is a code skeleton, something some can run without docker, a kind of minimal working example.

Such a code skeleton needs to take a user input as a string, but only after a submit button has been clicked. The code then needs to generate random histogram data in a different method, then update the histogram plot title with the user-supplied string, and return it and update app.layout appropriately.

That would consitute a minimal working example, that should be more easily repurposed for our needs.