Skip to content

Instantly share code, notes, and snippets.

@Melonangie
Last active February 13, 2025 16:44
Show Gist options
  • Save Melonangie/d88151b8739bcee4bc06240cfc34df9f to your computer and use it in GitHub Desktop.
Save Melonangie/d88151b8739bcee4bc06240cfc34df9f to your computer and use it in GitHub Desktop.
Conda Data Science Enviroment
#==========================================
#
# Start env
# ----------------------------------------
# conda activate smalld
# jupyter lab
#
# Stop env
# ----------------------------------------
# conda deactivate
# conda env remove -n smalld
#
# Update env:
# ----------------------------------------
# conda env update --file smalld.yml --prune
# conda activate smalld
# pip list
# jupyter lab
#
#==========================================
name: smalld
channels:
- nvidia
- conda-forge
- defaults
dependencies:
- numpy
- pandas
- matplotlib
- scikit-learn
- seaborn
- keras
- kaggle
- jupyter
- pip
- pip:
- nvidia-ml-py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment