Can we change the init method for `GraphWidget`: ``` | __init__(self, graph_url='https://plot.ly/~playground/7', **kwargs) | Initialize a plotly graph widget | | Args: | graph_url: The url of a Plotly graph ``` Doesn't this go against the purpose of making `plotly` available for offline plotting?