
Here is the outline of the whole video 0:00 : create a new folder greet folder 0:12 : open this folder in jupyter notebook0:20 : create new python notebook i. this is made difficult by the fact that notebooks are not plain python files, and thus cannot be imported by the regular python machinery. it is a common problem that people want to import code from jupyter notebooks. you may also need to try changing your import statement to: import helpers to indicate that the import statement is for a local package that is located in the parent directory of the jupyter notebook. i haven't really used jupyter notebooks before so i could be wrong.

import jupyter notebook as a module: path problems.
