Skip to content

A template for streamlit-kedro projects, that uses both.

Notifications You must be signed in to change notification settings

WasteLabs/template_kedro_streamlit

Repository files navigation

📝 Template Kedro streamlit

Template project for integration of streamlit and kedro

⬛Environment management

  • To create & install dependencies: make env_configure
  • To activate python env in shell: make env_use

Use source $(poetry env info --path)/bin/activate if you are having issues.

Optional:

  • To install jupyter extensions: make env_install_jupyter_extensions
  • To install pre-commit hooks: make env_install_precommit_hooks (NOTE: Must be done only after activation of virtual env shell)

🏃 How to run streamlit application locally

  • Create environment as per above
  • Activate shell environment: poetry shell
  • Execute streamlit: make run_streamlit

Research