Unable to display dash-plotly graph in webapp written with django/angular
The company were I work is building a website that is supposed to show some graphs and statistics. The front-end is written in angular and the back-end in python.
I would like to use dash to create the plots but I’m having a hard time displaying my test dash app. In the front end there is a button ‘draw graph’ that when pressed should open a new window with where the app is shown. I tried following the django-plotly-dash tutorial but for some reason I cannot make it work. I’m relatively new to django btw.
Unable to display dash-plotly graph in webapp written with django/angular
The company were I work is building a website that is supposed to show some graphs and statistics. The front-end is written in angular and the back-end in python.
I would like to use dash to create the plots but I’m having a hard time displaying my test dash app. In the front end there is a button ‘draw graph’ that when pressed should open a new window with where the app is shown. I tried following the django-plotly-dash tutorial but for some reason I cannot make it work. I’m relatively new to django btw.