When executing the following in the Jupyter Notebook no plot is returned. ``` r library(plotly) dsamp <- diamonds[sample(nrow(diamonds), 1000), ] qplot(carat, price, data=dsamp, colour=clarity) ggplotly() ``` Is there any plan on supporting Jupyter?