Atharva Vaidya
Atharva Vaidya
I guess Windows uses **backslash** instead of **forward slash**. So try to replace the code at line number **11** of run.py with: `datasource_info = [('newyorktimes', 'data\nyt_discussions.json'), ('motherjones', 'data\motherjones_discussions.json'), ('breitbart', 'data\breitbart_discussions.json')]`
I guess Windows uses **backslash** instead of **forward slash**. So try to replace the code at line number **11** of run.py with: `datasource_info = [('newyorktimes', 'data\nyt_discussions.json'), ('motherjones', 'data\motherjones_discussions.json'), ('breitbart', 'data\breitbart_discussions.json')]`