ocss884 / Biostat821-finalproj

0 stars 0 forks source link

Task6: Build a web #9

Open ocss884 opened 3 years ago

ocss884 commented 3 years ago

Use flask to build our website and serve it online (Tencent cloud). Free theme: https://www.creative-tim.com/live/argon-dashboard-flask Customization will be done to fit our needs

patrickkwang commented 3 years ago

Will you be building the plots in Python and then delivering them to the front end somehow? Or will you be generating them on the front end with JavaScript?

ocss884 commented 3 years ago

Will you be building the plots in Python and then delivering them to the front end somehow? Or will you be generating them on the front end with JavaScript?

Plotly provide a function to save figures generated in python as html file. I will insert them into our web page. Link here: https://plotly.com/python/interactive-html-export/ I did consider using JS library like d3 to generate beautiful figures, but we will primarily focus on python now.