Taras Novak
Taras Novak
revising this idea again. from vscode dev community slack: ... also been thinking since my data preview ext. already supports jsonl, csv, etc., should I add preview logs from folder...
This would require summary rows display. I am not sure the latest v. of perspective js lib I am using for the data grid display has that option, but I'll...
I like that. Having a separate extension pack of renderers that handles most popular charting libs and maybe maps later is a great idea.
yeah, @mbostock's new Plot lib: https://observablehq.com/@observablehq/plot I have a set of demos you can check out on ObservableHQ: https://github.com/RandomFractals/Chicago-transportation-notebooks Data summary notebook renderer I ported last month uses it: https://github.com/RandomFractals/vscode-data-table#data-summary--renderer-view
would this allows us to open those files as a notebook? i.e. similar to how there are some tools to convert .`py` scripts to `.ipynb` and back?
sounds good. see this repo if you want to add a fancy what's new view ;) https://github.com/alefragnani/vscode-whats-new
@tanhakabir see updated test restbook that shows correct request/response headers when you run second GET cell for CSV data request: https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/chicago-traffic-tracker.restbook I still get json mime type output for that...
I think you should set your cell output mime type to the response mime type and show your plain text in a data tab.
@tanhakabir btw, any update when you can patch this? see this ticket in my repo that has more fixes: https://github.com/RandomFractals/vscode-data-table/issues/38 In general, I found that many notebook types don't set...
@tanhakabir had to try this for image loading too, just in case. there is no built-in image renderer: 