Closed BernhardLenz closed 2 years ago
When running jupyter notebook 'DeepRacer Log Analysis.ipynb' I get below error in a Windows environment (Python 3.8.1).
jupyter notebook 'DeepRacer Log Analysis.ipynb'
NameError Traceback (most recent call last) <ipython-input-2-fd8b8819ef67> in <module> 1 # Plot the results ----> 2 fig, ax = plt.subplots(figsize=(20,10)) 3 plot_points(ax, waypoints[:-1,0:2]) 4 plot_points(ax, waypoints[:-1,2:4]) 5 plot_points(ax, waypoints[:-1,4:6]) NameError: name 'plt' is not defined
See full screen print at https://www.screencast.com/t/kvOtMEJf
The same works fine on MacOS (Python 3.7.3). Has anybody experienced the same problem and found a work around?
When running
jupyter notebook 'DeepRacer Log Analysis.ipynb'
I get below error in a Windows environment (Python 3.8.1).See full screen print at https://www.screencast.com/t/kvOtMEJf
The same works fine on MacOS (Python 3.7.3). Has anybody experienced the same problem and found a work around?