Comment on Evidence.dev – Business Intelligence as CodeComments−edublancas3yIf anyone is looking for something like this in Python/Jupyter, check out JupySQL: https://github.com/ploomber/jupysql−pea3yYou might be interested in what we're hacking on at Datapane (I'm one of the founders): https://github.com/datapane/datapane.You can create standalone HTML data reports from Python/Jupyter in ~3 lines of code: https://docs.datapane.com/reports/overview/−amcaskill3yVery cool!Just to help folks picture what they can build.Here’s an evidence app:https://evidence-demo.netlify.app/Here’s a Datapane app:https://dp-examples-1164c73e-stock-ticker.fly.dev/−pea3yThanks for sharing, that looks great! That Datapane example is more a hello world web app that runs Python code in the backend (so requires a backend server - Fly.io in this example).An example of a standalone report would be something like this, from one of our users: https://cloud.datapane.com/reports/dkjbvwk/literature-in-blo... (code: https://github.com/ryancahildebrandt/hanakotoba) or https://cloud.datapane.com/reports/aAMaqoA/when-fact-is-fals...−wodenokoto3yI found it unclear from the documentation, but does this support auto-complete?I’d love to move my mssql notebooks out of Azure Data Studio.−edublancas3yYes! We have some basic autocomplete features: https://jupysql.ploomber.io/en/latest/howto/autocompletion.h...−idomi3yFeel free to open an issue if you're looking for new features/something's missing. Also we'd love to chat more about your Azure Data Studio!
Comments
If anyone is looking for something like this in Python/Jupyter, check out JupySQL: https://github.com/ploomber/jupysql
You might be interested in what we're hacking on at Datapane (I'm one of the founders): https://github.com/datapane/datapane.
You can create standalone HTML data reports from Python/Jupyter in ~3 lines of code: https://docs.datapane.com/reports/overview/
Very cool!
Just to help folks picture what they can build.
Here’s an evidence app:
https://evidence-demo.netlify.app/
Here’s a Datapane app:
https://dp-examples-1164c73e-stock-ticker.fly.dev/
Thanks for sharing, that looks great! That Datapane example is more a hello world web app that runs Python code in the backend (so requires a backend server - Fly.io in this example).
An example of a standalone report would be something like this, from one of our users: https://cloud.datapane.com/reports/dkjbvwk/literature-in-blo... (code: https://github.com/ryancahildebrandt/hanakotoba) or https://cloud.datapane.com/reports/aAMaqoA/when-fact-is-fals...
I found it unclear from the documentation, but does this support auto-complete?
I’d love to move my mssql notebooks out of Azure Data Studio.
Yes! We have some basic autocomplete features: https://jupysql.ploomber.io/en/latest/howto/autocompletion.h...
Feel free to open an issue if you're looking for new features/something's missing. Also we'd love to chat more about your Azure Data Studio!