I want to display some interactive graphs in web browser based on some statistical analysis. This is kind of having a python back end and web front end to display statistical analysis results like tables,scatter diagrams, plots etc. I want graphs to be interactive not static images like I get in ipython notebook. I can not figureout how to do this? Any help is highly appreciated. Please let me know if you need more information about my problem. I found this Question has some valuable information for me.
Asked
Active
Viewed 2,361 times
3

Community
- 1
- 1

Nilani Algiriyage
- 32,876
- 32
- 87
- 121
-
I've you tried any of the technologies mentioned in the question that you linked? – Seanny123 Jul 08 '13 at 04:39
-
@Seanny123 : I have searched in the internet and found lot of resources and now I'm confused, from where to start? – Nilani Algiriyage Jul 08 '13 at 04:46
-
Got some starting point for you.. check this .. http://www.slideshare.net/kenluck2001/data-visualization-in-pythondjango and http://vimeo.com/53063185 ... hope it hepls – LonelySoul Jul 08 '13 at 04:47
-
@LonelySoul : Thanks!It has some valuable points! – Nilani Algiriyage Jul 08 '13 at 04:51
1 Answers
3
You can try D3.js to create all kind of charts in client side.If you are a Python hacker,you can use d3py library.I am using this for generating custom charts for Financial data analysis.

zeenfaiz
- 151
- 2
- 8