Added image export support using Kaleido. The image export backend can be configured using the new engine argument to plotly.io.to_image and plotly.io.write_image. The engine argument may be set to "kaleido", "orca", or "auto". The default is engine="auto", in which case the Kaleido...
Using the developer console in karma to write/debug jasmine tests Click on theDEBUGbutton In theDEBUG RUNNERwindow, open the console (e.g. with<ctrl-shift-j>) Find test file (e.g. with<ctrl-o>+ typing the name of the file), look out for "bundled" files with the same name. ...
#2426 Set default interval to 1 second for app.long_callback, restoring the behavior it had before v2.6.0 when we introduced backround=True callbacks. Changed #2425 Moved the logger namespace to dash.dash, as library logger it should be on that namespace instead of the user app. Updated...
Sorry for the long hiatus, had some personal projects which kept me really occupied over the past few months. Hope to share about them one of these days and potentially even explore open sourcing parts of them but the idea of this post is to transfer some of my learnings over the past ...
Added image export support using Kaleido. The image export backend can be configured using the new engine argument to plotly.io.to_image and plotly.io.write_image. The engine argument may be set to "kaleido", "orca", or "auto". The default is engine="auto", in which case the Kaleido...