-
-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Defined hv.extension and hv.renderer utilities (#1517)
* Defined hv.renderer utility as baseclass of notebook_extension * Alias hv.renderer to notebook_extension when available * OutputSettings.initialize can now be called safely multiple times * Reintroduced logic to add SVG exporter to the notebook archive * Setting hv.archive to NotebookArchive in notebook_extension * Maded load_hvjs into a notebook_extension classmethod * Renamed hv.renderer to hv.extension * Added a hv.renderer utility to access renderers easily * Made the renderer, output and opts utilities available at the top level * Fixed output magic tab completion
- Loading branch information
1 parent
e0358d4
commit 6945ce7
Showing
5 changed files
with
115 additions
and
91 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
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