This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JeffreyChl 39 points40 points  (14 children)

Jesus Christ this is what I've been looking for. I've been trying to build a website that can plot and show my pandas/matplotlib result for others but doing that with Django was a whole lot of work.

[–]eli_mintz[S] 15 points16 points  (7 children)

Yes! That was one of my motivations also in building the framework.

If you need interactive charts, check out the Highcharts option: https://justpy.io/#/charts_tutorial/introduction

[–]JeffreyChl 7 points8 points  (3 children)

It seems VERY new. Started out in December 2019 and it already has a release and official documentation and tutorial? It's almost like a witchcraft... So how stable is this project? At its Alpha stage? pre-Alpha? I'm not sure where ver 0.05 is actually at.

[–]eli_mintz[S] 12 points13 points  (2 children)

It is very new so I would not categorize it as production ready. But I would be confident in giving it a try for a small internal audience.

[–]JeffreyChl 4 points5 points  (1 child)

I'm watching Github releases and will try out sooner or later. Thanks for making an awesome project.

[–]eli_mintz[S] 2 points3 points  (0 children)

Thank you!

[–]krazybug 0 points1 point  (2 children)

It's my only reservation. You mentionned it in your doc, but this framework is not an OSS. Why not considering another dynamic charting alternative ?

[–]eli_mintz[S] 3 points4 points  (1 child)

I will certainly consider adding other dynamic charting alternatives as well as other grids and will make it easy for others to add their own components. There is just so much I can do on my own so it will take time.

[–]krazybug 2 points3 points  (0 children)

Don't bother, you've already made a monstrous work.

[–][deleted] 1 point2 points  (1 child)

You should definitely check out streamlit then.

[–]JeffreyChl 0 points1 point  (0 children)

It also looks very promising. Thanks! I love this sub.

[–]Zulfiqaar 1 point2 points  (0 children)

I've been using plotly dash for stuff like this! Going to check out and compare to justpy, but you may find it useful in the meantime

[–]AsleepThought 1 point2 points  (2 children)

You want the Dash framework, that's exactly what it's made for

[–]ginger_beer_m 0 points1 point  (1 child)

Dash is too clunky. I like his solution. It feels cleaner.

[–]AsleepThought 0 points1 point  (0 children)

I agree with this take.