mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
* Added Edit Notebook Metadata Option (#6402) Edit Notebook Metadata plugin added under Edit Menu for functionality similar to classic-notebook. Clicking on the option under the menu opens up the Notebook Tools widget in the right sidebar and expands the Additional Tools (which contains the Notebook Metadata editor) collapsible section (default: collapsed). * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added Edit Notebook Metadata Option (#6402) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Prettier Code for passing Test Lint check * Prettier Code for passing Test Lint check * adding the edit-notebook-metadata entry via schema adding the menu entry via the settings defined in the schema folder dropping the dependency on IMainMenu in the plugin * adding the edit-notebook-metadata entry via schema adding the menu entry via the settings defined in the schema folder dropping the dependency on IMainMenu in the plugin * adding the edit-notebook-metadata entry via schema * adding the edit-notebook-metadata entry via schema * adding the edit-notebook-metadata entry via schema * fix menu item * Add to the command palette * Update Playwright Snapshots * Update Playwright Snapshots * fix snapshots --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>