PythonShinyApp is a demo to embed Python code in a Shiny app. It is based on the PyDataSeattle2023 demo.
-
Clone the repository
git clone https://github.com/MNIKIEMA/PythonShinyApp.git
-
Install the dependencies
cd PythonShinyApp pip install -r requirements.txt -
Run the app
cd PythonShinyApp streamlit run hello/app.py