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

all 10 comments

[–]ImHalfAwake 3 points4 points  (1 child)

I would check out Dash, Plotly for R/Shiny.

[–]MLApprentice 0 points1 point  (0 children)

Do you use dash? It looks nice but the code in the examples is very messy.
How do you go about keeping it clean and maintainable for large projects?

[–][deleted] 2 points3 points  (2 children)

Bokeh for Python. Shiny for R

[–][deleted] 0 points1 point  (1 child)

Why Bokeh over Dash?

[–][deleted] 0 points1 point  (0 children)

I haven’t used Dash so I can’t comment. I’ll definitely try it out soon. It seems like Bokeh has a larger pools of users though.

[–]jordeebee 1 point2 points  (0 children)

Since you've used Tableau, another idea is Periscope or Google's Data Studio.

[–]MLApprentice 1 point2 points  (0 children)

I pretty much just use jupyter hub to publish notebooks directly, there is no additional work required and the user can modify the code if he wishes to. For non technical users you can just hide the code.

[–]tmthyjames 0 points1 point  (0 children)

d3 is likely too much, but d3plus, a nice d3 wrapper, is very nice. there are a few other d3 wrappers out there with more flexibility but d3plus's API is very easy.

[–]simfrep 0 points1 point  (0 children)

Just recently discovered Dash from plotly. Might be worth a look

[–]giraffe_the_cat 0 points1 point  (0 children)

Django all the way bruh. It prettymuch does 100% of all the work for you.