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-server/jupyter_server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.6
Choose a base ref
...
head repository: jupyter-server/jupyter_server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5cce2afcbeeb44581e9b29ab27fef75a12d651ca
Choose a head ref
  • 9 commits
  • 33 files changed
  • 8 contributors

Commits on Dec 29, 2022

  1. Bump to 2.1.0.dev0

    blink1073 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    851db61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a44e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#1161)

    updates:
    - [github.com/charliermarsh/ruff-pre-commit: v0.0.194 → v0.0.206](astral-sh/ruff-pre-commit@v0.0.194...v0.0.206)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    88c9339 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Reapply preferred_dir fix, now with better backwards compatability (#…

    …1162)
    
    * Revert "Revert "Make preferred_dir content manager trait" (#1140)"
    
    This reverts commit b5b7c5e.
    
    * Write back pref dir to app for backwards compat
    
    This way, anyone that reads out the old value will not break (except if the path is not a FS path, in which case it doesn't currently work anyways).
    
    * Fix: serverapp needs absolute path
    vidartf authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8e4b7ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6dea1b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Update example to use hatch (#1169)

    Fixes #858
    blink1073 authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    a52709c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Log how long each extension module takes to import (#1171)

    * Log how long each extension module takes to import
    
    Based on some detailed debugging in
    2i2c-org/infrastructure#2047
    to figure out why a Jupyter Server *process* somtimes takes more than
    30s
    to start, the primary culprit was server extensions that took
    multiple seconds to just even import. Thanks to some ad-hoc
    patching (2i2c-org/infrastructure#2047 (comment)),
    I was able to figure out which were the slow extensions.
    This PR emits extension import time as log messages, so this
    information is *much* more visible.
    
    I also explicitly chose info instead of debug, primarily because
    I believe it is *very* important to surface this performance
    information to users, so they can go bug the appropriate extension.
    Otherwise, it just feels like 'jupyter server is slow!'. This is
    compounded by the fact that while notebook server doesn't import
    *disabled* extensions, jupyter_server does seem to - so it's hard
    to isolate this.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Account for the possibility logger is None
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    yuvipanda and pre-commit-ci[bot] authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8ca5f5e View commit details
    Browse the repository at this point in the history
  2. Set JPY_SESSION_NAME to full notebook path. (#1100)

    * Set JPY_SESSION_NAME to full notebook path.
    
    This also add some typing here and there, and extend one of the console
    warning to log an exception when there is an error.
    
    My main concern is that get_kernel_env need to become async.
    
    Co-authored-by: Kevin Bates <[email protected]>
    
    * fix linter/typing
    
    * workaround type ignore
    
    * fix a few lints
    
    Co-authored-by: Kevin Bates <[email protected]>
    Carreau and kevin-bates authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    3d516b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cce2af View commit details
    Browse the repository at this point in the history
Loading