Emmanuelle Gouillart
Emmanuelle Gouillart
Hi, I'm using ``react-sketch`` as a dependency in my JS project (thanks for a really cool tool :-)). I tried updating to version 0.5.1, and now webpack crashes with the...
Would there be an interest in having a polyline tool in react-sketch? It is something I can contribute if others are interested (using http://fabricjs.com/docs/fabric.Polyline.html).
In large galleries of examples it would be a great feature to have links between different examples pages, in the same way that docstrings have a see also paragraph. This...
I have the following usecase: I would like to have a jupyter notebook in jupyterlab where I do some computations (say, on images), then create a dash app to process...
See the community post https://community.plot.ly/t/bug-maintaining-interactive-graph-state-across-tab-switches/32937/, which includes a standalone app reproducing the problem. Problem: for an app with several tabs, if one tab includes a dcc.Graph, then switching tab loses...
(probably this feature would not be implemented in dcc directly, but I'm posting this feature request here because this is the closest repo) At the moment, when users want to...
In VSCode, hovering over a function or class name displays its signature and docstring. For some reason, this does not seem to work with `dash_core_components` or `dash_html_components` objects, see for...
Not sure whether this issue should be here or in `ploty.py`, since it depends on the solution. It would be nice to have links to the API doc https://plot.ly/python-api-reference/ in...
Follow-up of #33. I added the possibility to replace the objects instead of adding them to the existing ones.