issues
search
udacity
/
fcnd-issue-reports
You can use this repository to file issue reports with the Flying Car Nanodegree content.
1
stars
4
forks
source link
Compilation error on Lesson 21.13 Numerical Estimation Exercise
#333
Open
darienmt
opened
6 years ago
darienmt
commented
6 years ago
The Jupyter Notebook is throwing the following error on the second cell:
ModuleNotFoundError Traceback (most recent call last)
in
() 1 import numpy as np 2 import matplotlib.pyplot as plt ----> 3 from utils import create_grid, valid_location ModuleNotFoundError: No module named 'utils'
The Jupyter Notebook is throwing the following error on the second cell:
ModuleNotFoundError Traceback (most recent call last)