Streamlit: Deep Dive

Поділитися
Вставка
  • Опубліковано 19 чер 2023
  • This presentation will focus on Streamlit, an open-source app framework for creating web apps. No front-end development required (unless you want to customize the CSS of the app). Anything you can draw in a Python application can be displayed seamlessly in your Streamlit web app. This includes interactive plots from libraries like Matplotlib, Plotly and all the rest. Streamlit also features typical HTML-equivalent elements to create modern layouts and multi-page websites.
    We'll walk through the process of creating and hosting a Streamlit web app. The content of this app will be a set of tools to facilitate a tabletop RPG called Lancer. These tools will be character creation helpers, NPC generators, narrative guides and more.
    Hosted by Corey Farmer.
  • Наука та технологія

КОМЕНТАРІ • 7

  • @kisho2679
    @kisho2679 6 місяців тому

    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?

  • @AbhishekShivkumar-ti6ru
    @AbhishekShivkumar-ti6ru 8 місяців тому

    Access to this code base?

    • @IntelliTect
      @IntelliTect  6 місяців тому +1

      Hello, here is the link to the codebase: github.com/MagnusGrave/lancer-art-frontend

    • @AbhishekShivkumar-ti6ru
      @AbhishekShivkumar-ti6ru 6 місяців тому

      Thank you!@@IntelliTect

  • @shreyashimukhopadhyay6354
    @shreyashimukhopadhyay6354 6 місяців тому

    Can you please share the code?

    • @IntelliTect
      @IntelliTect  6 місяців тому +2

      Hello, here is the link to the codebase: github.com/MagnusGrave/lancer-art-frontend

    • @shreyashimukhopadhyay6354
      @shreyashimukhopadhyay6354 6 місяців тому

      @@IntelliTect Thank you so much!