Getting ready

Streamlit is a tool to turn data analysis scripts into web apps. To use it in DataLabs, you will need the following:

  • A project
  • A data store
  • A Conda environment
  • A notebook or web IDE to edit code in the project storage (e.g JupyterLab or Visual Studio Code)

You can see tutorials to get started at:

You'll need to have Streamlit installed in your Conda environment, so if you haven't already, run

conda install streamlit

to get it installed.