panel-extensions / panel-graphic-walker

A project providing a Graphic Walker Pane for use with HoloViz Panel.
https://github.com/panel-extensions/panel-graphic-walker
MIT License
32 stars 3 forks source link

Add CLI show command #43

Open MarcSkovMadsen opened 2 weeks ago

MarcSkovMadsen commented 2 weeks ago

The GraphicWalker is quite powerful. Please add a CLI command for quickly exploring a .csv or .parquet file.

gw show my_data.parquet

Should then start a server on a port. The user can click the link and open in a browser.

gw show my_data.parquet --show

This should also open the browser for the user.

It should be possible to specify a url or s3 bucket instead of a file path.

MarcSkovMadsen commented 2 weeks ago

Would be nice if someone similarly developed a VS Code extension and a jupyterlab extension. They could provide something unique.