forked from mikedewar/d3talk
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mike Dewar
committed
Jan 12, 2012
1 parent
c2b0c7a
commit 2098c4f
Showing
1 changed file
with
3 additions
and
1 deletion.
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,3 +1,5 @@ | ||
a talk aimed to try and get data scientists over that first hump of d3's learing curve and into the beautiful vista beyond... | ||
|
||
The code for the slide mechanics was written by Mike Bostock in d3! The data is from meetup.com's public API. | ||
The code for the slide mechanics was written by Mike Bostock in d3! The data is from meetup.com's public API. | ||
|
||
In order to actually run through talk, clone this repository and run `python -m SimpleHTTPServer 8000`. Then point your browser at http://localhost:8000. |