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

Commits on Jan 27, 2023

  1. Reintroduce desktop file (#6705)

    * Reintroduce desktop file
    
    The desktop file was inadvertently removed in: 5b6ed99
    
    Fixes: #6704
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    frenzymadness and pre-commit-ci[bot] authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    229247f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Add more lint checks (#6706)

    * add more lint checks
    
    * fix lint
    blink1073 authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8ca2c18 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Update to JupyterLab 4.0.0a33 (#6713)

    * Update to JupyterLab 4.0.0a33
    
    * Update Lumino packages
    
    * Update to React 18
    
    * Fix default browser
    
    * Add defaultFileBrowser plugin
    
    * Update yarn.lock
    
    * Require Python 3.8
    
    * Remove docprovider
    
    * Bump Python dependencies
    
    * Move Python bumps
    
    * Unbump `jupyterlab_server`
    
    * Align `jupyterlab_server`dep
    
    * Bump jupyterlab_server
    
    * Try with 3.10
    
    * Manually set checkpoint text in UI tests
    
    * Fix checkpoints value in UI tests
    
    * Update snapshots
    jtpio authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    27c2bfb View commit details
    Browse the repository at this point in the history
Loading