Skip to content

Instantly share code, notes, and snippets.

@Phomint
Last active May 24, 2021 18:50
Show Gist options
  • Save Phomint/4a175722124fff31d41426cf018716ad to your computer and use it in GitHub Desktop.
Save Phomint/4a175722124fff31d41426cf018716ad to your computer and use it in GitHub Desktop.
Conda environment to data science
name: explore
channels:
- defaults
dependencies:
- python
- pandas
- seaborn
- matplotlib
- jupyterlab
- scikit-learn
- xlrd
- mysql-connector-python
- sqlalchemy
- pymysql
- openpyxl
- unidecode
- sshtunnel
- mysqlclient
prefix: C:\Users\patrick.amaral\Anaconda3\envs\explore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment