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/jupyter_client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.5.0
Choose a base ref
...
head repository: jupyter/jupyter_client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d6f52bdf5266688c51f3270cd7e47bbd17c708c
Choose a head ref
  • 5 commits
  • 29 files changed
  • 4 contributors

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    43d008f View commit details
    Browse the repository at this point in the history
  2. Use ruff format (#992)

    * use ruff format
    
    * fix type
    
    * fix types
    blink1073 authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    586cbb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Nov 6, 2023

  1. BUG: Fix Kwarg only in update_env (#989)

    * BUG: Fix Kwarg only in update_env
    
    closes jupyterlab/jupyterlab#15301
    
    * add typing informations
    
    * use str annotations
    Carreau authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b61accf View commit details
    Browse the repository at this point in the history
  2. Unused *args in KernelManager's __init__ (#986)

    * Unused *args in KernelManager `__init__`
    
    I think that if it is unused, then it is likely a mistake from the
    caller that meant to pass a kwargs.
    
    This seem to have been ignored since 7.0.
    
    * [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>
    Carreau and pre-commit-ci[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2d6f52b View commit details
    Browse the repository at this point in the history
Loading