Getting Started With Streamlit in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 29

  • @TanielaLigairi
    @TanielaLigairi ปีที่แล้ว +1

    Thank you very much Andy - its like you drove a locomotive full of information right into my cerebral cortex :) Learnt so much today - thanks again :)

  • @AlexFalkovskiy
    @AlexFalkovskiy ปีที่แล้ว

    This is great video, Andy, thank you! It goes through all major steps to start a working project.

  • @sanjeevgupta8435
    @sanjeevgupta8435 7 หลายเดือนก่อน

    Great video, Andy.. Explained so lucidly

  • @craigphillips1034
    @craigphillips1034 2 ปีที่แล้ว +2

    Thanks Andy. That was very good as usual. I like how you focus on a subject and present it so well that we can understand each segment. Thank you.

  • @jamesallison9725
    @jamesallison9725 ปีที่แล้ว

    Great tutorial. I think I love Streamlit!

  • @NH-xl6du
    @NH-xl6du หลายเดือนก่อน

    Great tutorial! This was verry helpful, thanks

  • @moaiedbetamour6078
    @moaiedbetamour6078 ปีที่แล้ว

    Fantastic video, I love the style which is simple and clear. Thank you for sharing.

  • @marianaz5487
    @marianaz5487 9 หลายเดือนก่อน

    Thank you very much! Extremely useful video!

  • @gmostafaali
    @gmostafaali ปีที่แล้ว

    Hi Andy this tutorial great but can you show how to use in Jupyter Notebook please?

  • @ZakWatts
    @ZakWatts ปีที่แล้ว +1

    Hey thanks for the video, what is the extension that you are using that is displaying the relevant documentation as you code? Thanks :)

    • @AndyMcDonald42
      @AndyMcDonald42  ปีที่แล้ว

      It’s part of the Python extension within VSCode.

  • @None-kv9we
    @None-kv9we 2 ปีที่แล้ว

    Thank you Andy!! It was real helpful to get started :)

  • @shahabsarbedar165
    @shahabsarbedar165 ปีที่แล้ว

    Nice intro. Thank you

  • @Hansie_
    @Hansie_ 2 ปีที่แล้ว

    you're a legend, thank you so much

  • @yonkoaminho154
    @yonkoaminho154 ปีที่แล้ว

    How to solve this error
    streamlitapiexception: set_page_config() can only be called once per app page, and must be called as the first streamlit command in your script.

  • @pararth4476
    @pararth4476 6 หลายเดือนก่อน

    Do you know why I get a 403 error when I try to upload the csv?

  • @MaxKamrani
    @MaxKamrani ปีที่แล้ว

    this is really helpful ! thanks

  • @oliva8282
    @oliva8282 ปีที่แล้ว

    Thanks a lot. Good content

  • @Worldgeochemist
    @Worldgeochemist 2 ปีที่แล้ว

    What type of Terminal??? can you tell me briefly how can I run streamlit? Thanks

    • @AndyMcDonald42
      @AndyMcDonald42  2 ปีที่แล้ว +1

      If you are using VSCode you can use the terminal within the app.
      Alternatively you can use the command prompt on windows or the terminal on macOS.
      Navigate to the folder where your app is and enter: streamlit run app.py
      Where app.py is the name you have given to the file you want to run.
      Hope that helps

  • @scheeenfilmiesgucke
    @scheeenfilmiesgucke 2 ปีที่แล้ว

    Great stuff. Thanks!

  • @mmhuque
    @mmhuque 2 ปีที่แล้ว

    Excellent, Appreciate it

  • @mohammadkeshtkar9655
    @mohammadkeshtkar9655 2 ปีที่แล้ว

    Great 👍 thank you andy

  • @tynolayco895
    @tynolayco895 6 หลายเดือนก่อน

    Great

  • @najlaejellouli3993
    @najlaejellouli3993 ปีที่แล้ว

    Thanks a loooooot☺

  • @I_am_a_dataanaylst
    @I_am_a_dataanaylst 7 วันที่ผ่านมา

    Can I use anaconda to code this