Hacker News new | ask | show | jobs
by jp0d 1826 days ago
I'm a data analyst/engineer and I'm not very good at visualisations as they haven't been that important at my jobs. I know it sounds a bit weird. Recently I've been trying to make a Plotly-Dash report/webtool that will enable bidirectional flow of data. So far I haven't been able to get plotly running on Jupyter. The examples I've seen so far have been amazing. I wish I could make it work. Hopefully the latest version will help me produce plots inside Jupyter notebook for testing purposes.
1 comments

You may want to try out perspective. It seems to be able to do what you want, I’ve been looking to try it myself.

https://perspective.finos.org/

Editable example

https://bl.ocks.org/texodus/45b868833c9f456bd39a51e606412c5d

Thanks mate. Will look into it. I've been following this youtube tutorial to set up a basic report frame from my data sources.

https://www.youtube.com/watch?v=0mfIK8zxUds

This looks awesome. Probably really good for a financial dashboard. I'm trying to use Plotly Dash to mimic an invoice that'll have a few line items for our products. My data is updated monthly.