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

Enable use in separate panel #317

Open
1 task done
paddymul opened this issue Oct 23, 2024 · 0 comments
Open
1 task done

Enable use in separate panel #317

paddymul opened this issue Oct 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@paddymul
Copy link
Owner

Checks

  • I have checked that this enhancement has not already been requested

How would you categorize this request. You can select multiple if not sure

Other (please describe in Issue Description)

Enhancement Description

I want buckaroo to be usable as a separate jupyter panel, like this
Amphi example

Pseudo Code Implementation

Amphi is built without ipywidgets. Here is the frontend side of that table
https://github.com/amphi-ai/amphi-etl/blob/main/jupyterlab-amphi/packages/pipeline-editor/src/ViewData.tsx#L95

I don't know where the python code that prepares the data for the panel lives @tgourdel

Worst case you could pull in the frontend js code
https://github.com/paddymul/buckaroo/blob/main/js/components/DFViewerParts/DFViewer.tsx
Demo here
https://buckaroo-data.readthedocs.io/en/latest/examples/#/DFViewerEx_large

It shouldn't be hard to integrate the Buckaroo Dataflow code to prepare the payload for DFViewer

Prior Art

This was prompted from a conversation with @tgourdel about amphi-etl

https://github.com/amphi-ai/amphi-etl/tree/main

@paddymul paddymul added the enhancement New feature or request label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant