executing the jupyter notebook called 00_exports.ipynb, calls a python file named notebook2script.py.
within notebook2script.py,is the import command..
import json,fire,re
This import results in the error shown below.
Traceback (most recent call last):
File "notebook2script.py", line 3, in
import json,fire,re
ModuleNotFoundError: No module named 'fire'
the floydhub workspace is public, and can be found here:
keyes1024/projects/course-v3-workspace-rev1
Thanks, Gary