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

Added Edit Notebook Metadata Option (#6402) #7099

Merged
merged 21 commits into from Feb 7, 2024

Commits on Oct 9, 2023

  1. Added Edit Notebook Metadata Option (jupyter#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).
    Dilip-Jain committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a4077bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2e380a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c597c36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0691f87 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    1fd2872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657313c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab1fd64 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    e6600a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    ac9beab View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    d7061c2 View commit details
    Browse the repository at this point in the history
  2. 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
    Dilip-Jain committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    5916885 View commit details
    Browse the repository at this point in the history
  3. 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
    Dilip-Jain committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a5519f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4efdd7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2b8be8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73188df View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    f9091c5 View commit details
    Browse the repository at this point in the history
  2. fix menu item

    jtpio committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    dcbc9ad View commit details
    Browse the repository at this point in the history
  3. Add to the command palette

    jtpio committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7a3db32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    405b732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e73e9a4 View commit details
    Browse the repository at this point in the history
  6. fix snapshots

    jtpio committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b699a33 View commit details
    Browse the repository at this point in the history