Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jupyter/notebook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 019e8c9
Choose a base ref
...
head repository: jupyter/notebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d717f5
Choose a head ref
  • 7 commits
  • 27 files changed
  • 4 contributors

Commits on Jan 29, 2024

  1. Update to JupyterLab 4.1.0rc0 (#7227)

    * Update to JupyterLab 4.1.0rc0
    
    * Bump jupyterlab
    jtpio authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    09f018b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. Add user facing changelog for 7.1 (#7232)

    * Add user facing changelog for 7.1
    
    * minor edits
    jtpio authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    48ad631 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    6785346 View commit details
    Browse the repository at this point in the history
  2. Update to JupyterLab 4.1.0 final (#7234)

    * Update to JupyterLab 4.1.0 final
    
    * update resolutions
    jtpio authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3299ee6 View commit details
    Browse the repository at this point in the history
  3. chore: update pre-commit hooks (#7237)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.27.4](python-jsonschema/check-jsonschema@0.27.3...0.27.4)
    - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.9...v0.2.0)
    - [github.com/scientific-python/cookie: 2023.12.21 → 2024.01.24](scientific-python/cookie@2023.12.21...2024.01.24)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1d0a402 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Added Edit Notebook Metadata Option (#6402) (#7099)

    * 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>
    4 people authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2d717f5 View commit details
    Browse the repository at this point in the history
Loading