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: ce9c16a
Choose a base ref
...
head repository: jupyter/notebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef67879
Choose a head ref
  • 8 commits
  • 41 files changed
  • 4 contributors

Commits on Feb 9, 2023

  1. Use Playwright webServer (#6720)

    * Use Playwright `webServer`
    
    * Try `jlpm start`
    
    * Lint
    jtpio authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    61b2ad2 View commit details
    Browse the repository at this point in the history
  2. Resolving some accessibility issues (#6719)

    * Uses different ID for the running-session widgets, the one in main view and the one in panel
    
    * Append kernel logo image only if necessary
    
    * Add title to the button which close sidebar
    
    * Add landmarks roles
    
    * Fix UI-test
    
    * lint
    brichet authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    905553e View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] pre-commit autoupdate (#6714)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.21.0](python-jsonschema/check-jsonschema@0.19.2...0.21.0)
    - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)
    - [github.com/charliermarsh/ruff-pre-commit: v0.0.237 → v0.0.243](astral-sh/ruff-pre-commit@v0.0.237...v0.0.243)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update .pre-commit-config.yaml
    
    ---------
    
    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>
    pre-commit-ci[bot] and jtpio authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5e25c0b View commit details
    Browse the repository at this point in the history
  4. Add workflow to update snapshots (#6723)

    * Add workflow to update snapshots
    
    * tmp: test ui change
    
    * Revert "tmp: test ui change"
    
    This reverts commit d964bf8.
    jtpio authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    32970b4 View commit details
    Browse the repository at this point in the history
  5. Fix Playwright snapshot update workflow (#6724)

    * tmp: test updating UI
    
    * Update `test_folder`
    
    * try debug with workflow dispatch
    
    * try on push
    
    * fix
    
    * try more triggers
    
    * debug
    
    * Install pre-commit
    
    * run base setup
    
    * try disable git hooks
    
    * undo test changes
    jtpio authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    6e6ac27 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Adds translator to the NotebookShell (#6725)

    * Adds translator to the NotebookShell
    
    * move the translation plugin to application-extension
    
    * Update packages/application-extension/src/index.ts
    
    ---------
    
    Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
    brichet and jtpio authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    cc39a28 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Hide the debugger button on mobile (#6731)

    * Hide the debugger button on mobile
    
    * Update Playwright Snapshots
    
    * Update Playwright Snapshots
    
    * Update Playwright Snapshots
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    jtpio and github-actions[bot] authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    80c04e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Update to JupyterLab 4.0.0a34 (#6732)

    * Update `@jupyterlab` and `@lumino`packages
    
    * Remove docprovider and collaboration packages
    
    * Fix rendermime
    
    * Drop `@types/react`
    
    * Fix `ICompletionProviderManager`
    
    * Bump jupyterlab Python package
    
    * Update Jupyter Server config
    
    * Ignore F821 for now
    
    * Try `LabServerApp`
    
    * Update Playwright Snapshots
    
    * Update Playwright Snapshots
    
    * Remove the `--collaborative` flag
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    jtpio and github-actions[bot] authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    ef67879 View commit details
    Browse the repository at this point in the history
Loading