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

Add UI for Jupyter export tool #44

Merged
merged 12 commits into from
Aug 21, 2024
Merged

Conversation

Carifio24
Copy link
Member

This PR adds a UI for the Jupyter export tool. The layout is essentially the same the as the Qt export dialog, since the same options are available. Because of this, I've factored all of the frontend-agnostic pieces into a base export dialog class that we now inherit from for both the Qt and Jupyter versions.

The Jupyter dialog is an ipyvuetify widget created using a Vue template, with the exception of the layer-specific pieces which are created Python-side and inserted into the template via a jupyter-widget. I originally had these as ipyvuetify TextFields, but ultimately ended up creating small custom Vuetify templates in order to make validation rules work.

@Carifio24
Copy link
Member Author

Codecov is failing, but we can worry about that when we add tests for the tools (which is something that should happen soon).

@Carifio24 Carifio24 merged commit 7e13ba3 into glue-viz:master Aug 21, 2024
16 of 18 checks passed
@Carifio24 Carifio24 added enhancement New feature or request Jupyter Related to Jupyter export tools labels Aug 27, 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 Jupyter Related to Jupyter export tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant