Open haoyang-udacity opened 6 years ago
The instruction is outdated. \ For example\, when I run the first cell block provided in the instruction\,\ \
import sys\ import os\ import glob\ import json\ \
from bs4 import BeautifulSoup\ \
import matplotlib.pyplot as plt\ %matplotlib inline\ \
import watson_developer_cloud\ \
import helper\ \ \ ImportError: No module named 'helper' found.
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.