The following repo provides code examples of getting started with making use of RDKit on Snowflake using Snowpark for Python.
The blog post that accompanies this repo is https://medium.com/@cur6382/cheminformatics-in-snowflake-using-rdkit-snowpark-to-analyze-molecular-data-9136afb2b10f.
To get started:
- Fill in the
creds.jsonfile with the credentials to your Snowflake account. - Create a conda environment using the provided
environment.ymlfile - run theconda env create -f environment.ymlcommand on your terminal. - Activate your newly created environment using
conda activate rdkit_snowpark.