Closed edbennett closed 4 years ago
Some calls in FunctionPlotter are fully prefixed with matplotlib.pyplot. and numpy., but others are imported directly. Also, in episode 5, all imports are omitted so if a fresh kernel is started for that episode then it complains lots.
matplotlib.pyplot.
numpy.
Some calls in FunctionPlotter are fully prefixed with
matplotlib.pyplot.
andnumpy.
, but others are imported directly. Also, in episode 5, all imports are omitted so if a fresh kernel is started for that episode then it complains lots.