Chris Parmer
Chris Parmer
Also rounding numbers for display but keeping the raw value behind the scenes for callbacks & computations.
Another interesting software to look at for inspiration is the 3D scatter plots in https://projector.tensorflow.org/ 
There might be some good examples or discussions from the community forum to draw from
An alternative method would be to implement a `to_plotly_json` method within your class: https://github.com/plotly/plotly.py/blob/7fcb95ce94652a48b744a06460d17c50a932c8a2/packages/python/plotly/_plotly_utils/utils.py#L99-L123 This works for classes that you have control over, doesn't work as well for classes that...
This is really awesome @anders-kiaer ! I've been in 2.7 backwards compatibility for so long that I don't have much 1st hand experience with Python-typing. Any downsides to doing this?
@markbmullins - Thanks for updating! Where did you place this code? I'm trying to get the basic instructions working on my machine to no avail.
For now, see https://community.plot.ly/t/get-username-for-authenticated-user-with-dash-basic-auth/6450/5
This could be really great! Especially with the `pages/` framework, we have a much better framework for know what to HTML render for various pages. Before we make this generally...
Thanks for reporting @bigmike36c ! Yes agreed re dashboard engine. We'll need to make an update to that library that doesn't require `app` as an input argument as well. That's...
@rafa-guedes - That website is so awesome! Love to see bar polar charts used in that way. Would you be up for sharing your website on with the Show &...