Power BI Dashboard Embed Code Using Django.

2021-03-10 Thread GEETHANJALI S P
Hi, How to embed Report/dashboard in Power BI to a Web portal using Django? Thanks, Geethanjali. -- 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+u

Migrating a code written in flask framework to django.

2021-03-12 Thread GEETHANJALI S P
Hi all, Suppose a program is written in flask framework how can we convert it into django? Thanks in advance. -- 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 dja

Re: Migrating a code written in flask framework to django.

2021-03-12 Thread GEETHANJALI S P
Hi.. https://github.com/microsoft/PowerBI-Developer-Samples/tree/master/Python This is the link of flask codeI wanted to change this to django..How to do that..? On Sat, 13 Mar, 2021, 1:38 AM Kasper Laudrup, wrote: > On 12/03/2021 19.50, GEETHANJALI S P wrote: > > Suppose a p

Python libraries for visualisations

2021-03-14 Thread GEETHANJALI S P
Hi..How to build a dashboard using django and python libraries for creating visualisations?. Please let me know .Thanks in advance! -- 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,

Re: Python libraries for visualisations

2021-03-15 Thread GEETHANJALI S P
2021, 10:19 AM GEETHANJALI S P < > geethanjalisp1...@gmail.com> wrote: > >> Hi..How to build a dashboard using django and python libraries for >> creating visualisations?. Please let me know .Thanks in advance! >> >> -- >> You received this message bec

Plotly-Dash error

2021-04-05 Thread GEETHANJALI S P
Hi Guys, I'm getting an error while executing the code...Please help me if anyone is aware of dash and plotly. Thanks in advance. #code: getting error as.. Callback error updating the graph.figure import pandas as pd import dash import dash_core_components as dcc import dash_html_components as

Rendering python file.

2021-05-06 Thread GEETHANJALI S P
Hi All, How do I run python file on clicking an Html Button? I really wanted to redirect to python file (where I have created some python visualisations) on clicking a button in home page. I tried just like how we redirect in html pages but it isn't working. Hope to hear from you soon. Thanks in