udacity / aind-issue-reports

0 stars 0 forks source link

[Negative]2018-08-20 #472

Open haoyang-udacity opened 6 years ago

haoyang-udacity commented 6 years ago

The instruction is outdated. \ For example\, when I run the first cell block provided in the instruction\,\ \

Usual Python imports\

import sys\ import os\ import glob\ import json\ \

BeautifulSoup\, for parsing HTML\

from bs4 import BeautifulSoup\ \

Matplotlib\, for plotting\

import matplotlib.pyplot as plt\ %matplotlib inline\ \

Watson Python SDK\

import watson_developer_cloud\ \

Utility functions\

import helper\ \ \ ImportError: No module named 'helper' found.