2807754
Results
1
comments of
2807754
Hello community, just started with this interesting book, but a problem came over with this following code: %matplotlib inline import matplotlib.pyplot as plt housing.hist(bins=50, figsize=(20,15)) save_fig("attribute_histogram_plots") plt.show() Once I deployed,...