Skip to content

Instantly share code, notes, and snippets.

@scottchu
scottchu / apple-m1-snorkel-tensorflow-jupyter-setup.sh
Last active January 1, 2022 22:11
Setting up snorkel+jupyter+tensorflow on M1
# updated 2021-11-21
# Create conda environment
conda create --name snorkel "python=3.9" -y
conda activate snorkel
# Install Additional Packages
conda install -y \
"numpy<1.20.0" \
"pandas==1.3.3" \