How to get python graph output into html webpage directly

前端 未结 4 1803
别跟我提以往
别跟我提以往 2021-02-14 11:20

I am using different libraries like pandas and numpy for generating a dataframe, which eventually generate a graph.

Now, I need to show this graph into a simple webpage

4条回答
  •  逝去的感伤
    2021-02-14 11:28

    You can also use Plotly for that. This provides more interactive graphs. Also you can write the generated data in HTML files, apply bootstrap styling.

    Check out this tutorial on their website.

提交回复
热议问题