Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support marimo poc version #647

Merged
merged 2 commits into from
Oct 26, 2024
Merged

Conversation

longxiaofei
Copy link
Contributor

@longxiaofei longxiaofei commented Oct 24, 2024

related issue:

#638

demo code:

import pandas as pd
from pygwalker.api.marimo import walk

df = pd.read_csv("xxx.csv")

walk(df, spec="spec.json")
import pandas as pd
import pygwalker.api.marimo as pyg

df = pd.read_csv("xxx.csv")
pyg.walk(df, spec="spec.json")

It can only make pygwalker work normally on Marimo, and currently no responsive features have been introduced.

@longxiaofei longxiaofei force-pushed the poc-marimo branch 2 times, most recently from 84c6639 to 6ce5c86 Compare October 26, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant