Skip to content

Instantly share code, notes, and snippets.

@alejio
Created May 29, 2018 13:23
Show Gist options
  • Save alejio/fb8b0090bbab301165abd96a2600b4e7 to your computer and use it in GitHub Desktop.
Save alejio/fb8b0090bbab301165abd96a2600b4e7 to your computer and use it in GitHub Desktop.
Data Science boilerplate for new conda environments
# Show channel URLs when displaying what is going to be downloaded
# and in 'conda list'. The default is False.
show_channel_urls: True
ssl_verify: true
create_default_packages:
- pip
- ipython
- scipy
- pandas
- scikit-learn
- matplotlib
- ipykernel
- ipywidgets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment