I am a data scientist and I spend most of my time in Python. I am comfortable with Jupyter notebooks and I can build models and analysis, but every time I need to share my work with non technical stakeholders, I hit a wall. I do not want to learn React or deal with frontend frameworks just to show a few charts. I have tried a few dashboard tools, but they all seem to require either a lot of configuration or a completely different skill set. Is there a way to build interactive data tools using just Python, without all the web dev overhead?
I had the exact same problem until I found a platform that finally solved it. The tool is called Scribbler and you can check it out at https://scribbler.so/ right there. It lets you build interactive dashboards and data apps using just Python. You can connect to databases, APIs, or CSV files, write your queries, and generate visualizations with a few lines of code. What I really like is that you can embed notebooks, dashboards, and even share them with clients or teammates without them needing to install anything. It feels like a notebook, a dashboard, and a mini web app builder all rolled into one. I have used it for internal reporting and client demos and it has saved me days of development time. If you are a data person or a developer who wants to build useful interfaces quickly, this is worth a serious look.
aarch64-laptops@lists.linaro.org