This is a very broad question so perhaps you are the stage of choosing the tools.
The workflow, handling historical data, managing updates and replacement data, etc are things to consider for a production system so you’ll need to deal with those design questions. For my most recent system I do a file upload, then have separate code which reads the file into models. Separating these things helps with managing “sets” of data and catching malformed files. For fancy plots I use Bokeh which, if you don’t need realtime updates, can be run from within Django. For models, you should consider factoring your data to reduce duplication, but if it is really just a plotting problem then slam all of the data in the csv into a single model and start rendering. hth - Tom > On Sep 23, 2022, at 2:38 AM, Preethy P Johny <er.preethypjo...@gmail.com> > wrote: > > Hello All, > > I am new to Django and currently in the mid of a project. I am creating a > dashboard for a hospital and the data is in the form of a csv/xls. I have > rendered the the interactive graphs which I need to display on the dashboard, > however on the jupyter notebook. How can I integrate it in Django? > > Please help and suggest and advice. > > Thank You > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com > <mailto:django-users+unsubscr...@googlegroups.com>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/e8a97535-b41c-470d-a1cc-f945c123e823n%40googlegroups.com > > <https://groups.google.com/d/msgid/django-users/e8a97535-b41c-470d-a1cc-f945c123e823n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7FE3FC40-C365-489C-B45B-A8172CDC09DF%40gmail.com.