-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate VegaFusion into JupyterChart (#3281)
* Enhance JupyterChart to handle timezone and None charts * Update JupyterChart to support VegaFusion ChartState * Bump minimum vegafusion version to 1.5.0 for ChartState support * Add max_wait option to JupyterChart * Improve type hints * Help mypy * bump vegafusion in pyproject.toml * Fix JupyterChart tests * Use float if initial param value is int * Add debug property and use this to enable printing VegaFusion messages (these will end up in the JupyterLab console) * mypy fixes * Update Large Dataset documentation with JupyterChart usage * Use built-in structuredClone to avoid deepClone dependency * Rename imports to match vl-convert's bundling convention (for future offline support)
- Loading branch information
Showing
8 changed files
with
345 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.