3

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.

Community
  • 1
  • 1
Nilani Algiriyage
  • 32,876
  • 32
  • 87
  • 121

1 Answers1

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