Skip to content

Instantly share code, notes, and snippets.

@t8ch
Last active May 29, 2020 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t8ch/41b8527211ab5e1591915d42485b5494 to your computer and use it in GitHub Desktop.
Save t8ch/41b8527211ab5e1591915d42485b5494 to your computer and use it in GitHub Desktop.
basic data science env for conda
name: minimal_ds
channels:
- conda-forge
dependencies:
- pandas
- scikit-learn
- matplotlib
- scipy
- jupyterlab
- numpy
- seaborn
- pandas-profiling
- pip
- nodejs
- jupyter_contrib_nbextensions
- pip-tools
#conda env create -f minimal_db_env.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment