Streamlit¶
Operating System:
Terminal:
Shell:
Editor:
Package Manager:
Programming Language:
Utility:
Extension:
Operating System:
Terminal:
Shell:
Editor:
Package Manager:
Programming Language:
Utility:
Extension:
Operating System:
Terminal:
Shell:
Editor:
Package Manager:
Programming Language:
Utility:
Extension:
Operating System:
Terminal:
Shell:
Editor:
Package Manager:
Programming Language:
Utility:
Extension:
Operating System:
Terminal:
Shell:
Editor:
Package Manager:
Programming Language:
Utility:
Extension:
Streamlit is an open-source Python library that makes it easy to build beautiful custom web-apps for machine learning and data science.
Select input parameters¶
The app receives two mandatory parameters:
Input folder: the directory with the data and the source code
App: the main source file for the app
Note
The app must be deployed on the Streamlit standard port 8051
.
Additional arguments of the app main file can be specified via the optional parameter: App arguments.
Initialization¶
For information on how to use the Initialization parameter, please refer to the Initialization - Bash script, Initialization - Conda packages, and Initialization - pip packages section of the documentation.
Contents