Skip to content

linusmarco/d3-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Visualization with D3

Class Materials

Syllabus

Assignment submission instructions

All slides (as markdown) and assignments are in the src/materials folder under the appropriate week.

Slides

To view the slides as slide shows, do the following:

  1. Navigate to the src folder
  2. npm install (you will need Node+npm installed)
  3. npm start
  4. Go to http://localhost:8080/ in your browser