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.0a18
Choose a base ref
...
head repository: jupyter/notebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b99718f57a8beac7b4019901a57c94984781dd49
Choose a head ref
  • 7 commits
  • 44 files changed
  • 5 contributors

Commits on Mar 28, 2023

  1. Hides 'micro' toolbars in notebook (#6791)

    * Hides 'micro' toolbars in notebook
    
    * Incremental change for more specific selector
    
    * Fix rule, remove redundant rule
    
    * Moves rule to application extension
    JasonWeill authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b7b822a View commit details
    Browse the repository at this point in the history
  2. Update to JupyterLab 4.0.0b0 (#6803)

    * Update to JupyterLab beta
    
    * fix resolutions
    
    * fix the build
    jtpio authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2282307 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. added white space to bottom of edit files (#6804)

    * added bottom white spaces to edit files
    
    * updated attribute name in edit template for consistency
    
    ---------
    
    Co-authored-by: = <=>
    Jesus Panales Castillo authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9355169 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 4, 2023

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

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.22.0](python-jsonschema/check-jsonschema@0.21.0...0.22.0)
    - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
    - [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.254...v0.0.260)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    65da1cd View commit details
    Browse the repository at this point in the history
  2. Improve the documentation for Notebook 7 (#6813)

    * [pre-commit.ci] pre-commit autoupdate (#6814)
    
    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.22.0](python-jsonschema/check-jsonschema@0.21.0...0.22.0)
    - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
    - [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.254...v0.0.260)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Add note and warning on the extension landing page
    
    * fix nbclassic url
    
    * fix seealso blocks
    
    * Fix note
    
    * add changelog to the navbar
    
    * update faq
    
    * Update screencasts and screenshots
    
    * Remove old screenshots and screencasts
    
    * rename migrating file
    
    * Split the migration guide
    
    * dedicate a page to new features
    
    * document themes
    
    * Iterate on the new features
    
    * expand docs on extensions
    
    * add Binder link
    
    * mention the interface dropdown
    
    * iterate on features
    
    * Mention nbgrader and RISE
    
    * Lint
    
    * Add server extension docs
    
    * fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    jtpio and pre-commit-ci[bot] authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0c888ae View commit details
    Browse the repository at this point in the history
  3. Add missing singleton packages for RTC (#6816)

    * Add missing singleton packages for RTC
    
    * Add RTC screencast to the docs
    
    * try fix package check
    jtpio authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b99718f View commit details
    Browse the repository at this point in the history
Loading