-
v2.0.0 protectedfbc84c18 · ·
This release contains breaking changes, constituting the major version bump. - Built-in actions are no longer part of the CellModifier class but instead in their own module. This allows for better maintainability and extensibility. It also allows for dynamic serialization and deserialization and lays the groundwork for serialization and deserialization of custom actions. - Contributing is easier than ever due to the minimal changes necessary to add new built-in actions. Feel free to make a pull request if you think you found an action that should be included in the default toolset. - It also addresses a potential stability issue when running an optimized version due to a type assertion being removed during optimization. I was unable to find a way to trigger this bug so this is just a formality. What this means for you: - Changes to your code: 1. Import `actions` from `Notebook_Processor` 2. Change the actions in your desired state from `CellModifier.Action.ACTION_NAME` to `actions.action_name` Best,
-
-
v1.1.1 protected7e3ad3e2 · ·
Fix: The default for attachments was None which lead to notebooks no longer being compatible with the jupyter server
-
-
v1.0.1 protectedd010a068 · ·
Patch attachments not available on NotebookMarkdownCellModel Update recommended, no breaking changes
-