Skip to content

Commit

Permalink
Improve setup
Browse files Browse the repository at this point in the history
  • Loading branch information
brianspiering committed Jul 15, 2018
1 parent 4c7b393 commit abed247
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
14 changes: 7 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Create environment:
# $ conda env create --force
# $ conda env create --name good --force
name: good
channels:
- conda-forge
dependencies:
- python==3.6
- jupyter==1.0.0
- numpy==1.13.1
- pandas==0.20.3
- jupyter
- numpy
- pandas
- requests
- scikit-learn==0.19.0
- scipy==0.19.1
- scikit-learn
- scipy
- seaborn
- statsmodels==0.8.0
- statsmodels
- pip:
- graphviz
- git+https://github.com/stroxler/batch_nbconvert
Expand Down
3 changes: 1 addition & 2 deletions module_0_introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ In these notebooks we have some basic examples of how to use Python, and in part

If you're using Python for the first time, great! There are [installation instructions for the Anaconda environment](python_installation_instructions.md), which includes Python and many popular libraries.

If familiar with coding but not Python, it may be useful to see some of the Python syntax. Or if familiar with pandas already, these notebooks may be skipped. The notebook on using the Kiva API does not need to be run as the dataframe has been saved in the [data](../data/) folder, but is provided to see how the data was pulled.
If familiar with coding but not Python, it may be useful to see some of the Python syntax. Or if familiar with pandas already, these notebooks may be skipped.

1. [Read about data science best practices](best_practices_data_science.pdf)
1. [Read about data visualization](intro_to_visualization.pptx)
1. [Install Python](python_installation_instructions.md)
1. [Intro to Python notebook](intro_to_python.ipynb)
1. [Pandas notebook](intro_to_pandas.ipynb)
1. [Pull Kiva data](Retrieving_Kiva_data_from_API.ipynb)

Resources
----
Expand Down
5 changes: 2 additions & 3 deletions module_0_introduction/python_installation_instructions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Module 0: Installing Python with Anaconda
===============

1. Get the latest version of Anaconda (requires ~1.8Gb space) for your operating system at: [www.anaconda.com/download/](https://www.anaconda.com/download/). Get the Python 3 verison
====

1. Download and install the latest version Python 3 from Anaconda (requires ~1.8Gb space) for your operating system at: [www.anaconda.com/download/](https://www.anaconda.com/download/).
![1](images/Anaconda_1.PNG)

2. Follow the prompts:
Expand Down

0 comments on commit abed247

Please sign in to comment.