Create GUI apps in Jupyter using ipywidgets

Поділитися
Вставка
  • Опубліковано 25 лют 2019
  • In this video, I demonstrate how to create interactive python applications in Jupyter Notebooks using the library ipywidgets.
    Anaconda distribution (www.anaconda.com) includes everything we need except for bqplot.
    To install bqplot follow the instructions provided on their github project (github.com/bloomberg/bqplot).
  • Наука та технологія

КОМЕНТАРІ • 22

  • @blakeburnette986
    @blakeburnette986 Рік тому +5

    This is the most concise youtube video I have ever seen. This guy doesn't blither or waste time just quickly shows how to use it. I watched several videos on Jupiter notebooks and most of them I understood less after watching. Thanks Everton!!

  • @thisisjoyjacob
    @thisisjoyjacob 3 роки тому +5

    This was a much better tutorial than all the others. I thank you from heart, and this tutorial had a much practical aspect to understand. I loved this tutorial. So SImple and easy to develop. Hats' Off to you, Sir. Fabulors.

  • @ansari1375
    @ansari1375 4 роки тому +5

    it's a highly underappreciated tutorial. easy-to-understand. very useful. thank you sir.

  • @elmoreglidingclub3030
    @elmoreglidingclub3030 3 роки тому +2

    Brilliant, Everton. Well done!! I can use everything I learned from your excellent video. Much appreciated!!

  • @NS-gr9cy
    @NS-gr9cy 3 роки тому +2

    You have a gift for clear demonstration. Thanks!

  • @thelateknights
    @thelateknights 4 роки тому +2

    This was a fantastic tutorial. Thanks!

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

    Thanks! it's easy to understand and helpful

  • @christopherbeddoe406
    @christopherbeddoe406 Рік тому

    Nice tutorial.

  • @vakshith
    @vakshith 4 роки тому +2

    How to install Tkinter in Anconda Prompt

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

    Muito bom!

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

    Hey , the Button does not get displayed. The output shows
    "Button(button_style='warning', description='Stop', icon='stop', layout=Layout(width='200px'), style=ButtonStyl…" when I try to display the Button. Am I going wrong anywhere

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

      does your code look like this:
      #stop button
      b_stop = Button(
      description = 'Stop',
      icon = 'stop',
      button_style = 'warning',
      layout=Layout(width='100px')
      )
      b_stop

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

    cooollll... Thanks

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

    Any chance you could publish the code on Github?

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

    Thank you for the tutorial! Can we somehow hide the code and keep only a GUI part in the notebook? Tried to find the answer in the ipywidgets documentation but no luck there.

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

      Ah sorry. Just found an answer in recommended videos. We can just use Voila on top of existing interactive Jupyter notebook, if we need a GUI only without any code.

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

      @@vladimiratwork can you send the link or something

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

      @@Toyokoyo pls send me link

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

    awesome

  • @user-cz3rp7lt2j
    @user-cz3rp7lt2j 2 роки тому

    大佬,代码链接有没有?

  • @julio1148
    @julio1148 3 роки тому +4

    I recommend showing the end result first, and then go into the tutorial. Those of you who like to see this first, here is the timestamp: 6:57