Python Streamlit for Dummies

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

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

  • @ThoughtfulTechyCloud
    @ThoughtfulTechyCloud 2 วันที่ผ่านมา

    Excellent overview!

  • @arfurdo
    @arfurdo 6 หลายเดือนก่อน +1

    great advice on the portfolio and in general. Thanks a lot Bryan!!

  • @wtfcmonwtf
    @wtfcmonwtf 8 หลายเดือนก่อน +1

    Thanks... from Accra, Ghana! Love the side comments 😅

  • @kisho2679
    @kisho2679 9 หลายเดือนก่อน +1

    How can streamlit be integrated with MathJax that sequentially reads data from am Excel file to display mathematically rendered list of formulas in the browser?

    • @BryanCafferky
      @BryanCafferky  8 หลายเดือนก่อน +1

      Not sure. Looks like the py-mathjax library was last released in 2020 and may conflict with Streamlit. You can do LaTex though with docs.streamlit.io/library/api-reference/text/st.latex

  • @moisesprat
    @moisesprat 10 หลายเดือนก่อน

    Would be great to see whether stream lit is appropriate for enterprise data applications which require some security requirements, such as authentication, authorisation, integration with enterprise systems, etc. so far the apps in website seems to be showcases for data charts.

    • @BryanCafferky
      @BryanCafferky  10 หลายเดือนก่อน

      I think it can but you'll need to do a bit more to get that set up. The book I mention in the video covers that type of thing pretty well. Of course, you would need to either pay for a private Streamlit cloud or host it yourself like on a public cloud such as AWS or Azure.