Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 887 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 887 Bytes

📝 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