Replies: 5 comments 5 replies
-
This is really cool, @mukund109! There are some really good ideas here and your prototype already looks pretty snpapy. I know some other people who might be interested in collaborating on this. Send me an email and we'll try to make it happen! |
Beta Was this translation helpful? Give feedback.
-
@mukund109 It's funny -- I was just thinking how cool this concept would be and was searching online to see if there was a pyodide package to allow Visidata to run on the web when I ran across your message. It seems like you are thinking of something similar in concept at least. Very cool.
I was a C++ developer in a past life, and although I wouldn't call myself a frontend developer, I have recently been spending quite a lot of my spare time learning html, css and vanilla JS so I can use them in my projects. I am not an expert, but would be interested to see whether I could be of assistance with something like this. One thing I was thinking would be very cool is if an online Visidata could be embedded in Jupyter or Google Colab notebooks. Along with all of your good suggestions, that really seems like it would be a killer application for this. If you are interested, drop me a note when you can. I would love to chat more about this. |
Beta Was this translation helpful? Give feedback.
-
Hi all, been a while. After a long time I got finally a chance to work on this project and managed to produce an MVP that I'm happy with. Its got bare minimum features and some keybindings might be different. But have a look and let me know what you think. |
Beta Was this translation helpful? Give feedback.
-
Hello all! I have a somewhat similar table tool to visidata, but targeted at table/dataframe manipulation in the jupyter notebook as opposed to a terminal. Buckaroo I am looking at extracting the core dataframe table components from buckaroo (separating it from the managing widget state aspects) and shipping them as independent components. I spoke with Saul about collaborating on this as a web frontend for visidata. A couple of points about what is possible, what is difficult, what is out of scope
With Buckaroo I have put a lot of work into wrapping the ag-grid table component and making it much easier to configure in a declarative way that doesn't require writing js. I'm happy to answer any questions you all have and see if we can figure out how to collaborate. |
Beta Was this translation helpful? Give feedback.
-
I've been looking into this from a different direction - building on top of a virtualized linux-in-the-browser project from webvm. I'm looking for some help from visidata community here: #2654 |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I've been using Visidata for a few weeks now and its my go-to tool for doing simple analytics on tabular data.
Its such an amazing tool, I desperately want a similar experience on the web. As such I've decided to build a visidata-like tool for the browser. I have the following goals in mind for this project:
I've been playing around with a simple prototype for a few days.
So I was looking for people who'd like to collaborate on this project with me and see where it goes. I could use the help of a frontend developer (or someone willing to learn frontend development), since I don't know much about it (I come from a data science background).
I'm also looking for any thoughts or advice that people (Saul in particular) might have.
Also, I'm interested in knowing if there are tools out there that are similar to this. I feel like vd is different enough from BI tools (like Metabase) and data sharing tools (like Datasette) and spreadsheet tools (like Google Sheet) that there's a need for it out there. Let me know if you disagree.
Beta Was this translation helpful? Give feedback.
All reactions