daru
daru copied to clipboard
Display file name when exporting plot to HTML
When I create a plot & export it to HTML I get what seems like some random number.
Example:
df.plot(type: :bar).export_html
# 2152
I think it may be more helpful to print the name of the file instead.