Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 830 Bytes

File metadata and controls

25 lines (15 loc) · 830 Bytes

Setup

Step 1 -- Conda Environment

pip install conda

conda create --name snowpark -c https://repo.anaconda.com/pkgs/snowflake python=3.8

conda activate snowpark

Step 2 -- Install Snowpark for Python

pip install "snowflake-snowpark-python[pandas]"

Step 3 -- Install Other packages

pip install ipykernel

pip install cachetools

pip install scikit-learn

Usage

Step 1 -- Update connection.json with your Snowflake account details

Step 2 -- Run through the Jupyter notebook