Interactive Python Plots With IPyWidgets

Поділитися
Вставка
  • Опубліковано 4 лип 2024
  • In this video, we learn how to create and use interactive Python plots in Jupyter Notebooks.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • Наука та технологія

КОМЕНТАРІ • 35

  • @wp1300
    @wp1300 2 роки тому +8

    1:35 import packages
    3:16 def plot_fct
    3:42 ipywidget.interact
    5:16 example 2
    8:26 example 3
    10:38 example 4
    13:35 example 5

  • @smartkitmj
    @smartkitmj Рік тому +1

    This was incredibly helpful! Thank you. The way you broke down functionality into separate examples really helped the explanation not be bogged down with detail all at once.

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

    This was one of the most helpful matplotlib tutorials I've seen! Thank you very much for making this!

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

    this was an amazing tutorial! Ive been trying to find an effective way to present my research progress to my advisor and this is definitely the way to go (I have like 1000 different plots and 100 different histograms that will definitely be better understood using this method!) thank you!

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

    Nice visualizations! Thank You so much!

  • @benwinstanleymusic
    @benwinstanleymusic 10 місяців тому

    Thank you very much, exactly what I needed!

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

    Thanks a tonn. That helps. Great mathematical skills as well

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

    Great video, very helpful. Thanks!

  • @vitorribeirosa
    @vitorribeirosa 15 днів тому

    Thank you very much for these amazing insights!!!

  • @yolamontalvan9502
    @yolamontalvan9502 9 місяців тому

    Thank you. Great video to learn Quatitative Methods.

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

    Lots to do with that one again. Thanks a lot

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

    Great tutorial, thanks!

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

    You're awesome! Thank you ❤

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

    Congrats for your video. I'm brazilian and I love so much your youtube videos.

  • @viniciuscosta1753
    @viniciuscosta1753 7 місяців тому +1

    Great video! But I have a question, how do you export those graphics?

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

    lets go...like up!

  • @gese9527
    @gese9527 10 місяців тому

    I am trying to use plotly instead of matplotlib. So I replaced plt.scatter(x=x, y=y) with px.scatter(x=x, y=y).show(). The Jpyter Notebook shows two image. The first image is the original image, and all update by clicking the slider shows on the second image. Why? Any help would be appreciated!

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

    Works for small plots, apart from that it lags has to do with the backend.

  • @im-Anarchy
    @im-Anarchy 7 місяців тому +1

    When I display a widget or interact, I just see some text, such as IntSlider(value=0) or interactive(children=(IntSlider(value=0, description='x', max=1), Output()), _dom_classes=('widget-interact',)). What is wrong?

  • @cliffknoll6226
    @cliffknoll6226 8 місяців тому

    God i wished this worked. Your explanations are so straightforward with no 10 minutes to create a dataset to play with. Yeah, I’ve spent the last hour trying to find someone who can explain how to make interactive graphs in Colab.
    Unfortunately, i run the code exactly as you provide, and Colab decides to create a new graph below the previous one with the new parameter, so i now have 5 graphs one after the other and no interactivity. Thus far very unimpressed with Colab, it seems to create random unpredictable results from one user to the next

    • @uniuxify5713
      @uniuxify5713 7 місяців тому

      In colab you should add plt.show() at the end so plots won't stack

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

    This was cool but is there a way to export these interactive plots to, say, an HTML file so that other users do not have to go in and run the code for themselves? Like an interactive dashboard?

  • @NoOne161
    @NoOne161 5 місяців тому

    Can anyone break down the code where you used x_in and y_in to use the red dot in the curve and the indicating line of the dot as well? I know it's kinda silly but I'm quite new to this and couldn't understand that part.

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

    Thx.

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

    I was not able to run the ipywidget in spyder. It just shows the plot without the sliders for w.

  • @ninamedical9881
    @ninamedical9881 3 місяці тому

    what generates the pot_cos selection box? [10:05]

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

    Thank you so much bro, this kind of plots are sexxy

  • @chriskeo392
    @chriskeo392 Місяць тому

    How to get output from interact?

  • @duwir5959
    @duwir5959 Рік тому +1

    For Visual studio it doesn´t work.

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

    is it jupyter only?

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

      Yup.

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

      It should be available in Pycharm professional now, but I haven't tried it yet.

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

    Oink, desmos trash, python op.
    Btw, how's life going brother.....

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

    wow. woow this is a best and most comfortable tool for this.
    if I will keep my job I will donate you