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

Commits on Feb 15, 2023

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

Commits on Feb 16, 2023

  1. Enable nx (#6718)

    * Enable `nx`
    
    * Remove the `install` script
    
    * Remove `prepublishOnly`script
    
    * try clean before build:prod
    
    * debug
    
    * more debug
    
    * try removing pip install -e . step
    
    * Remove debug
    jtpio authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b8e9cae View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Add trusted indicator (#6736)

    * Add trusted indicator
    
    * Lint
    
    * Add docstring
    
    * Fix retro names
    
    * 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 17, 2023
    Configuration menu
    Copy the full SHA
    dc3c26f View commit details
    Browse the repository at this point in the history
  2. Docs: add migrate to notebook7 page (#6737)

    * docs: add migrate to notebook7 page
    
    * docs: update migrate_to_notebook7.rst
    
    * docs: lint migrate_to_notebook7.rst
    
    * docs: lint migrate_to_notebook7.rst
    echarles authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    39a2df6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Corrected "Recomment" to "Recommend" (#6741)

    Feel free to not merge this. Just spotted this reading it over.
    Tony-j77 authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    49dfd72 View commit details
    Browse the repository at this point in the history
  2. File browser CSS tweaks (#6738)

    * File browser CSS tweaks
    
    * Set tabsMovable to false
    
    * Style file browser buttons
    
    * Add missing headers
    
    * Update Playwright Snapshots
    
    * Update Playwright Snapshots
    
    * Lint
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    jtpio and github-actions[bot] authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    e7b5c37 View commit details
    Browse the repository at this point in the history
  3. Update to TypeScript 5 (#6735)

    jtpio authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    3aa73cb View commit details
    Browse the repository at this point in the history
  4. Clean up license (#6743)

    Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
    dcsaba89 and blink1073 authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0ccb878 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Fix loading of plugins (#6750)

    * Explicit load plugins for the settings editor
    
    * Move logic to the tree extension
    
    * Move logic to a separate plugin
    
    * Read extensions in webpack config
    
    * Rearrange package.json
    
    * read mime extensions
    
    * Template plugins per page
    
    * Cleanup
    
    * Load allPlugins for the settings editor
    
    * Expand on the comment
    
    * Expand on comment
    
    * Fix lint
    jtpio authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    2e4886f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Add the extension manager (#6747)

    * Add the extension manager
    
    * Enable the extension manager on tree only
    jtpio authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f9e427c View commit details
    Browse the repository at this point in the history
Loading