Skip to content

Instantly share code, notes, and snippets.

@michaelgorkow
Created February 14, 2023 07:53
Show Gist options
  • Select an option

  • Save michaelgorkow/b3d1e81c03e12caa330fe97f0c71da2e to your computer and use it in GitHub Desktop.

Select an option

Save michaelgorkow/b3d1e81c03e12caa330fe97f0c71da2e to your computer and use it in GitHub Desktop.
azure_create_custom_kernel.sh
conda create -y --name pysnowpark python=3.8
conda activate pysnowpark
conda install -y pip ipykernel
python -m ipykernel install --user --name snowpark_demo --display-name "snowpark_demo"
pip install "snowflake-snowpark-python[pandas]" azureml-mlflow
pip install git+https://github.com/Snowflake-Labs/mlflow-snowflake.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment