FeatureHub icon indicating copy to clipboard operation
FeatureHub copied to clipboard

ImportError: No module named 'featurehub.problems.demo'

Open liudongqing opened this issue 6 years ago • 0 comments

After I started a server and tried to run demo notebook, the first cell will fail due to

ImportError Traceback (most recent call last) in () 1 ----> 2 from featurehub.problems.demo import commands

ImportError: No module named 'featurehub.problems.demo'

liudongqing avatar Nov 15 '18 04:11 liudongqing