Giter VIP home page Giter VIP logo

Comments (6)

chriddyp avatar chriddyp commented on May 13, 2024

Good question. I haven't looked into Blueprints recently so I'm not too familiar with how this would work or what it would provide. I'd appreciate some community guidance here.

Are you just looking to use Dash in an existing Flask app? One way to do this right now would be to just run Dash separately from the your other Flask instances and embed the Dash apps as an Iframe in your templates.

from dash.

DavidUnzue avatar DavidUnzue commented on May 13, 2024

As far as I understood after reading the user guide, one would need to write a new Dash (Flask) application for each plot instance, since the layout of the page is also bound to the application object.

It seems there is no support for routing, meaning I can't have different plot instances within the same application, each with it's own layout, listening to a specific route. Something like:

route rendered plot
myapp.com/plots/barchart barchart
myapp.com/plots/scatterplot scatterplot
... ...

This way, one could even use the contents of the HTTP request, e.g. to specify the data to be plotted.

The concept of flask blueprints might allow to do this, as each blueprint could contain a dash application, and then every blueprint would be registered under a specific route in the main flask application. However, I'm afraid that due to the fact, that every Dash instance creates a full Flask application, blueprints can't be used in this situation. I'm not a blueprint expert though, so I would appreciate if someone with more knowledge could explain this.

@chriddyp please correct me if I misunderstood something here.

from dash.

yunake avatar yunake commented on May 13, 2024

@chriddyp is this correct — there's no way to have more than one chart in the single Flask app right now?

from dash.

nvgoldin avatar nvgoldin commented on May 13, 2024

Would be happy to know if anyone got this working (blueprint or multiple charts in one flask application)

from dash.

vanchung1995 avatar vanchung1995 commented on May 13, 2024

Hello everyone, I'm wondering that how to get blueprint instance in dash app in init dash plot object? thank you

from dash.

kalimuthu123 avatar kalimuthu123 commented on May 13, 2024

hi i have the same issue in creating how to get blueprint instance in dash app in init dash plot object?

from dash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.