panel-graphic-walker icon indicating copy to clipboard operation
panel-graphic-walker copied to clipboard

A project providing a Graphic Walker Pane for use with HoloViz Panel.

Results 12 panel-graphic-walker issues
Sort by recently updated
recently updated
newest added

A part of the vision statement is to support modern databackends. For me the important ones would be Pandas, Polars, DuckDB, Postgres and MS SQL. Here is what PygWalker supports...

### Background On both systems and environments that I've tried, the `export_chart` method does not work. I've been trying on my work machine, a Ubuntu VM, and had this issue...

The `GraphicWalker` is quite powerful. Please add a CLI command for quickly exploring a `.csv` or `.parquet` file. ```bash gw show my_data.parquet ``` Should then start a server on a...

Builds on #38. So review that one first.

I would like to be able to dynamically change the `kernel_computation`. But it seems not to work. The problem is that changing `kernel_computation` to True does not trigger sending the...

I'm on v 0.1.0. When I run the basic example and look in the browser, I see: ![image](https://github.com/user-attachments/assets/61291e71-0e87-4387-956e-340a51f94b56) ```bash Warning: TL: Support for defaultProps will be removed from function components...

I'm on v0.1.0 It seems not to stretch its height ```python import pandas as pd import panel as pn from panel_gwalker import GraphicWalker pn.extension(sizing_mode="stretch_width") LOGO = "https://kanaries.net/_next/static/media/kanaries-logo.0a9eb041.png" df = pd.read_csv(...

This is a great enabler 👍, but: Please consider whether it will be a better long term solution to extend PygWalker instead like its done for Jupyter, Gradio and Streamlit...

It would be quite powerful if I could have my data source and just do ```python GraphicWalker(datasource).plot(x="year", y="stars") # or datasource.hvplot(x="year", y="stars") ``` That would bring more interactivity to the...

As you can see below you do not get a Vega Spec exported. You get someone else which I guess is a GraphicWalker chart spec. ![image](https://github.com/user-attachments/assets/6776ddaa-1700-4ceb-8da2-8e90b024838b)