Quantcast
Browsing latest articles
Browse All 50 View Live

:mega: Announcing Dash Dev Tools

@Berry thanks for the feedbacks. could you be more specific about which component you had issue about inline-style, or a snippet of code would be more helpful. thanks Read full topic

View Article


Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

@byronz It is happening with buttons, inputs dropdowns and paragraphs. Example code for button: html.Button( #Button to configure alerts id='alert-button', children=['Configure Alerts'],...

View Article


:mega: Announcing Dash Dev Tools

@berry the upgrade to React 16 has some breaking changes about the component props attributes, in short, it’s much more stricter than before. if you change your margin-top: '10' into marginTop: 10 as...

View Article

Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

byronz: if you change your margin-top: '10' into marginTop: 10 as specified here , it should fix your issue. Thanks for this note! I need to change a significant amount of my code base before...

View Article

Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

Damian: I need to change a significant amount of my code base before updating. While this isn’t directly relevant to plotly or dash, I thought I would point out that you can use a python script to do...

View Article


Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

Thanks for the feedback everyone! 0.42.0 has been released Read full topic

View Article

Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

HI I have problem with visualizing app callback - I have like a lot of callbacks in my app and when I click on graph callback buton this is the message I get: image.png1896×348 62.6 KB How can I fix...

View Article

Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

YIkes! collerek: a lot of callbacks How many callbacks? Read full topic

View Article


Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

Around 270, some of which are multi output Read full topic

View Article


:mega: Announcing Dash Dev Tools

Just to add that this is a multi page app. Maybe it would be a good idea to render only those callbacks that has output visible on current page and not all the callbacks in the app (which I think is...

View Article

Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

collerek: render only those callbacks that has output visible on current page Yeah that’s a great idea. Totally do-able. Read full topic

View Article

Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

Will you implement it in the near future? Or should I search for some kind of hack to make it work? Read full topic

View Article

Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

collerek: Will you implement it in the near future I can’t really commit to it now, unless a customer (https://plot.ly/dash/pricing) needs this prioritized or an organization wants to sponsor the...

View Article


:mega: Announcing Dash Dev Tools

Soooo great! Btw, how did you make that DAG with curved edges, that go around nodes? If it is via cytoscape, how? Read full topic

View Article

:mega: Announcing Dash Dev Tools

@Vetertann we were using http://visjs.org/ Read full topic

View Article


Image may be NSFW.
Clik here to view.

:mega: Announcing Dash Dev Tools

I am sorry to report that some widgets eg a slider wont show on my app after upgrade to 0.42.0 went back to 0.40.0 and all fine would love to give a code snipet to illustrate this but my app has...

View Article

:mega: Announcing Dash Dev Tools

@jelkhoury thanks for sharing your app snapshot with dev-tools UI. so the error message for ID='fut-agg-level' was not helpful for solving the problem? the slider failed to render as there is a prop...

View Article


:mega: Announcing Dash Dev Tools

Thanks @byronz I am not good in JavaScript so I m not able to interpret the error message I also assume that since it was working with Dash == 0.40.0 it is not related to my code , I might be wrong...

View Article

:mega: Announcing Dash Dev Tools

the upgrade to React 16 in recent release has some significant side effects on the component props. In React 15, it will swallow the errors (sometimes it has no impact on rendering it properly like...

View Article

:mega: Announcing Dash Dev Tools

@byronz Thank you very much str(mark) is the fix indeed should have spotted myself Read full topic

View Article

:mega: Announcing Dash Dev Tools

@jelkhoury good to know it helps. your app is in production or just a hobby project? Read full topic

View Article


:mega: Announcing Dash Dev Tools

I use Dash and Python to script the apps for the IT to implement in whatever language they think is fit / performant Read full topic

View Article


:mega: Announcing Dash Dev Tools

The callback map is great! But is it possible to highlight the paths when hover over to or click on a function nodes? I have too many callbacks with many inputs, which make is very hard to trace back...

View Article

:mega: Announcing Dash Dev Tools

Super addition. One more suggestion: in the callback graph, show connections for objects that are State parameters as well as Input parameters. Read full topic

View Article

:mega: Announcing Dash Dev Tools

Is there a way we could open an interactive console on error? So that when the error occurs, you can inspect the value of all the variables and see what led to the error. See Open debugger on error -...

View Article

Browsing latest articles
Browse All 50 View Live