Taras Novak

Results 274 comments of Taras Novak

Closing this for now as I have not seen requests for more features with remote workspaces and web versions of this extension.

Decided not to add this feature. This extension already ships with very simple docs, many built-in examples, changelog, and release notes with new examples for users to review.

will have to check duckdb R docs and issues to see why this load data from CSV did not work in R Interactive ext. in VSCode: ![chicago-crimes-duckdb-with-r](https://user-images.githubusercontent.com/656833/194785645-209a2c87-1573-4012-96e9-03347de3199f.png)

Got basic duckdb CSV data loading with R script working in R Studio IDE. See new section in docs: https://github.com/RandomFractals/chicago-crimes#in-r-studio ![chicago-crimes-duckdb-in-r-studio](https://user-images.githubusercontent.com/656833/194787772-89330c6a-761a-4562-8cce-ea7147be90e9.png)

@richiesgr is that in Flat Data Grid renderer? That's the only renderer that provides CSV and JSON download options in this data table renderers extension. It uses github's flat data...

quick pic of that setup for now ... ![js-notebook-inspector-collections](https://user-images.githubusercontent.com/656833/87879663-efee7d00-c9b1-11ea-9639-15eada9b925d.png) will add custom Outline section later for named & anon notebook cells linking & bookmarking

use this loose prototype for cells code display: https://observablehq.com/@randomfractals/exporting-notebooks-with-their-source also, see @asg017's observable notebooks compiler: https://github.com/asg017/unofficial-observablehq-compiler

+ maybe use updated unofficial observablehq compiler for compiling notebooks: https://observablehq.com/@randomfractals/an-unofficial-observablehq-compiler#notebookUrl

[re. vega lite json shcema](https://github.com/vega/vega-lite/issues/2280#issuecomment-449652414)

@dewdad try [vscode-data-preview](https://github.com/RandomFractals/vscode-data-preview) I just released yesterday for faster data previews in vscode. Data Preview ext. uses webAssembly data streaming library, canvas-based grid for faster data table rendering, and provides...