Dash in 5 Minutes

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 47

  • @paulycdong
    @paulycdong 7 років тому +30

    This is very interesting! Finally some UI love for the python world.

  • @casperdewith
    @casperdewith 2 роки тому

    2:42 ‘go.Figure’
    I chuckled.

  • @JusticeBurpees
    @JusticeBurpees 2 роки тому +1

    Thank you, your videos are the best. Taught me something I was trying for hours for my stupid god damn research paper, and the other people were unfortunately like, "ohhhhh look at this Jetbrains IDE by the way..." while the main point died.... not that they're bad people but just saying hours and hours of my life were wasted on ineffective tutorials.

    • @Plotly
      @Plotly  2 роки тому

      you're welcome Justice. Thanks for watching.

  • @shashikantrrathod3617
    @shashikantrrathod3617 2 роки тому +2

    Hi, Your lectures are really useful to create dashboards using plotly dash in efficient way. Just have one questions ? How we can export these dashboards either in PDF or PPT using dash?

  • @zaheerbeg4810
    @zaheerbeg4810 3 роки тому +1

    How to connect with database or CSV which is updating, please help

    • @kizitobukenya6057
      @kizitobukenya6057 3 роки тому +1

      You can easily connect through sending data from a database or CSV to a pandas data frame

  • @aboozarsobboohi827
    @aboozarsobboohi827 3 роки тому

    Very nice explanation

  • @Atymtayeva
    @Atymtayeva 4 роки тому +1

    What component did you use in the first dashboard on the right side (with countries)? Please, answer me! I need something similar for my university project 🙏🙏🙏

  • @blanelysak5004
    @blanelysak5004 5 років тому +3

    Number 15, burger king foot lettuce

  • @sciloolearning
    @sciloolearning 5 років тому

    how it is differentiated from apache superset? I think superset is a better tool in terms of ease of use and short time from data to analysis. Please explain.

  • @nerdofilo
    @nerdofilo 5 років тому +1

    'def update_graph' sounds logical to use... but,h' where can I find the list of all the functions I can use?
    I mean .. where do I come from with the name 'update_graph'?
    .. it could also be 'update_figure' .. or somethinge else?

    • @jrwkc
      @jrwkc 4 роки тому

      it doesn't matter what you name the function. The reason it works is because you "decorated " that function with "@app.react" which turns it into a dash aware function. You can call it anything.

  • @AbhijeetWaghmare9
    @AbhijeetWaghmare9 6 років тому +7

    is it possible to fetch data from DB server if yes can you please suggest how we can?

    • @jakobm3260
      @jakobm3260 5 років тому +4

      Yeah it is possible. What DB do you prefer? Microsoft SQL Server? I could provide an Video in the near future

  • @yusakhan1465
    @yusakhan1465 6 років тому

    can we create dashboard (not specifically for web apps) in python for a simple CUI version and then integrate that with the rest of my code ? and yeah also that can I create a generic version of this where I just feed the data using excel file and the dashboard generates
    If you can help me with this query....
    thank you

  • @xTobsecretx
    @xTobsecretx 7 років тому

    So is this coming out soon?

  • @jasoncochran7771
    @jasoncochran7771 7 років тому +1

    Will this be open source when it is released?

    • @Plotly
      @Plotly  7 років тому

      Yes! It is open source under the MIT license.

  • @returntogaming8072
    @returntogaming8072 6 років тому +1

    Hey guys
    I can't use dash
    I installed anaconda and dash
    I don't know where to write my source code
    I tried python shell, no output
    Can't seem to find the answer

  • @serferusa5233
    @serferusa5233 5 років тому +2

    It is a cool idea, but i've tested it with large set of data (20k + records using sql and/or csv), and the tool can't handle it

  • @prachimane6048
    @prachimane6048 5 років тому +1

    How can I embed machine learning code into this??

  • @sarowarshuvo6215
    @sarowarshuvo6215 7 років тому +4

    how can i start on jupeter notebook ?? got any tutorials ?

    • @davidfortini3205
      @davidfortini3205 6 років тому

      you dont, you write the code on a editor and run "python app.py" and it will load on your web browser

    • @nandu1406
      @nandu1406 5 років тому

      @@davidfortini3205 when i run a plotly dash program it only appears "loading...." in the browser (127.0.0.1:8050). how can i proceed??

    • @jakobm3260
      @jakobm3260 5 років тому

      @@nandu1406 Guys Dash does not work inside spyder or jupyter notebook using conda. Use VS Studio instead. Then open 127.0.0.1:8050. I will possibly upload a video on this in some weeks when I have spare time. :)

    • @nandu1406
      @nandu1406 5 років тому +1

      @@jakobm3260 I got it....there was error in my program so it shows only "loading...." In browser

    • @jakobm3260
      @jakobm3260 5 років тому

      @@nandu1406 Ah got it wrong. Did you find a work around? Might have time to provide help atm

  • @duttross
    @duttross 7 років тому

    can I do ploty/dash in R?

    • @Plotly
      @Plotly  7 років тому +1

      You can do plotly in R with or without shiny: plot.ly/r and github.com/ropensci/plotly. Dash has an R equivalent called "Shiny" that also works with plotly graphs: cpsievert.github.io/plotly_book/linking-views-with-shiny.html

  • @wilhelmwilhelm1251
    @wilhelmwilhelm1251 6 років тому

    Is it possible to use this in tkinter?

  • @abelgebreegziabher6096
    @abelgebreegziabher6096 7 років тому +1

    is it possible to use this now?

    • @Plotly
      @Plotly  7 років тому +1

      It is still in a private beta right now. Launching within the next six weeks!

    • @abelgebreegziabher6096
      @abelgebreegziabher6096 7 років тому

      looking forward to it....thanks for the answer...

    • @CORExRUS
      @CORExRUS 7 років тому

      Will a release contain some documentation?
      And how can I get notified about a release?

    • @xTobsecretx
      @xTobsecretx 7 років тому

      Is this still within the expectations?

    • @Plotly
      @Plotly  7 років тому +3

      We have released the library today! Here is the announcement letter: medium.com/@plotlygraphs/introducing-dash-5ecf7191b503 and here are the docs: plot.ly/dash

  • @DivineZeal
    @DivineZeal 6 років тому +1

    use quandl insteaf of yahoo

  • @pawanchaudhary6578
    @pawanchaudhary6578 5 років тому

    Nice😄😄

  • @marketsmoto3180
    @marketsmoto3180 4 роки тому

    dude fuck yes lets gooooooo

  • @imveryhungry112
    @imveryhungry112 11 місяців тому

    Plotly dash is amazing it blows my mind more people are not using it 😂 its just a wicked platform