-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Skipper Seabold
committed
May 7, 2018
1 parent
796390d
commit e414a1f
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Introduction to Python for Data Science | ||
|
||
This is the ODSC East '18 workshop Introduction to Python for Data Science. | ||
This is the Pycon 2018 tutorial Introduction to Python for Data Science. | ||
|
||
## Outcomes | ||
|
||
|
@@ -19,7 +19,7 @@ If you would like to code along during the workshop, follow these steps. | |
Clone this repository. To do so at the command line, type | ||
|
||
```bash | ||
git clone [email protected]:jseabold/odsc-east-python-2018 | ||
git clone [email protected]:jseabold/pycon-ds-2018 | ||
``` | ||
|
||
Otherwise, you can download the code directly from GitHub. | ||
|
@@ -40,13 +40,13 @@ conda env create -f environment.yaml | |
If you are on macOS or linux, run in the terminal | ||
|
||
```bash | ||
source activate odsc-east-2018 | ||
source activate pycon-ds-2018 | ||
``` | ||
|
||
If you are on windows, run at the command prompt | ||
|
||
```bash | ||
activate odsc-east-2018 | ||
activate pycon-ds-2018 | ||
``` | ||
|
||
Make sure you can run the Jupyter Notebooks | ||
|