Skip to content

Instantly share code, notes, and snippets.

@wasdee
Last active October 4, 2018 05:52
Show Gist options
  • Save wasdee/540a13a5bfbe8fd9dbef63517930acc6 to your computer and use it in GitHub Desktop.
Save wasdee/540a13a5bfbe8fd9dbef63517930acc6 to your computer and use it in GitHub Desktop.
prepare environment #conda #setup
conda create --name x python=3.5 anaconda
source activate x
conda config --add channels conda-forge
conda install jupyter_contrib_nbextensions -y # addon for jupyter
conda install bcolz -y # save pandas
conda install tqdm -y # progress bar
conda install altair -y # decarative
conda install -c conda-forge catboost shap
conda install anaconda-nb-extensions -c anaconda-nb-extensions -y # env manage &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment