Results 147 comments of Emmanuelle Gouillart

I'm not sure I understand, the code above gives an error because you cannot assign a variable when setting the value of a keyword argument. What if you define a...

Here is the example, for the record ``` import dash import dash_core_components as dcc import dash_html_components as html import plotly.graph_objects as go import numpy as np external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css'] app...

What should be the content of this prop? The whole layout, with a few exceptions (`layout.mapbox.layers` can be huge for example. Any others?). `selectedData` can be large too but it's...

(EDITED since I had introduced a bug in a previous attempt) Really cool example! Here it is with a change of layout (annotations don't persist because of https://github.com/plotly/dash-core-components/issues/879 but this...

Since `html.Div` already has some wildcard props I implemented the idea using wildcard props, is this what you had in mind @nicolaskruchten ? ```python import dash from jupyter_dash import JupyterDash...

Thank you @lagru! Looks good to me, so merging.

Thanks for the Javascript proof of concept! As for jupytext, I'd love to use it but I don't think we can generate links in code blocks in the markdown files,...

Hi @connerpate maybe the solution described in https://stackoverflow.com/questions/57262385/saving-or-downloading-plotly-iplot-images-on-google-colaboratory/57272111#57272111 can help.

@jackparmer don't know but probably one or two days to figure out what's going on (maybe less if I get help from Will or Marc-André), plus a new release.

waiting for the responsiveness wizards to have more bandwidth but I will spend time on this in the middle - end of the week.