Closed dvd101x closed 2 years ago
Hello all, I was navigating on the examples and found a small issue.
On https://starboard.gg/#python On last cell, third line there is a syntax error
url = ""https://raw.githubusercontent.com/selva86/datasets/master/mpg_ggplot2.csv"
Should be :
url = "https://raw.githubusercontent.com/selva86/datasets/master/mpg_ggplot2.csv"
Thank you :)
Hello all, I was navigating on the examples and found a small issue.
On https://starboard.gg/#python On last cell, third line there is a syntax error
Should be :