We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Other (please describe in Issue Description)
I want buckaroo to be usable as a separate jupyter panel, like this
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
This was prompted from a conversation with @tgourdel about amphi-etl
https://github.com/amphi-ai/amphi-etl/tree/main
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checks
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
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
The text was updated successfully, but these errors were encountered: