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

Commits on Apr 5, 2023

  1. Use correct canonical URL while building docs (#6829)

    As noted in readthedocs/readthedocs.org#10224 with the current configuration the canonical URL is wrong with different sphinx builds. For instance the "latest" docs point to "stable". This leads to apps like Mastodon to generate previews to pages which don't exist since they rely on
    
        <link rel="canonical" href="https://jupyter-notebook.readthedocs.io/en/stable/notebook_7_features.html" />
    
    This should fix that.
    ashwinvis authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6e60c72 View commit details
    Browse the repository at this point in the history
  2. Rename migration file to migrate_to_notebook7 (#6831)

    * Use correct canonical URL while building docs (#6829)
    
    As noted in readthedocs/readthedocs.org#10224 with the current configuration the canonical URL is wrong with different sphinx builds. For instance the "latest" docs point to "stable". This leads to apps like Mastodon to generate previews to pages which don't exist since they rely on
    
        <link rel="canonical" href="https://jupyter-notebook.readthedocs.io/en/stable/notebook_7_features.html" />
    
    This should fix that.
    
    * Renaming migration file to `migrating_to_notebook7`
    
    * Use the correct name
    
    * fix ref
    
    ---------
    
    Co-authored-by: Ashwin V. Mohanan <9155111+ashwinvis@users.noreply.github.com>
    jtpio and ashwinvis authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1512c82 View commit details
    Browse the repository at this point in the history
  3. Fixes the notebooktools (#6834)

    * Fixes the notebooktools
    
    * Updates snapshots
    brichet authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    f0ec5f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Use local coverage (#6839)

    * use local coverage
    
    * bump min jupyterlab_server version
    
    * bump min jupyterlab_server version
    
    * add fail_under
    blink1073 authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    27c9371 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Update to JupyterLab 4.0.0b1 and 4.0.0b2 (#6838)

    * Update to JupyterLab 4.0.0b1
    
    * fix resolutions
    
    * more updates
    
    * Remove previous shortcuts plugin
    
    * Bump `jupyter_server` dependency
    
    * Align playwright dependency
    
    * Update to JupyterLab 4.0.0b2
    
    * fix some deps
    
    * Update yarn.lock
    
    * add util fallback
    
    * style the footer
    
    * fix footer background
    
    * move mouse before taking the screnshot
    
    * update ui tests yarn.lock
    
    * disable the notebook footer for now
    
    * update snapshots
    jtpio authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    787339c View commit details
    Browse the repository at this point in the history
  2. Added extra information and user-action summaries to 7 migration docs. (

    #6850)
    
    * Added extra information and user-action summaries to 7 migration docs.
    
    * Update docs/source/migrate_to_notebook7.md
    
    Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
    
    * Update docs/source/migrate_to_notebook7.md
    
    Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
    
    * Updated nbclassic messaging.
    
    * Revised heading.
    
    * Updated heading.
    
    * Formatting pass.
    
    ---------
    
    Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
    ericsnekbytes and jtpio authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    68f10a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Update to JupyterLab 4.0.0rc0 (#6853)

    * Update to JupyterLab 4.0.0rc0
    
    * Increase `timeout-minutes`
    
    * ignore binder link
    
    * try without query string parameter
    jtpio authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4b6af27 View commit details
    Browse the repository at this point in the history
Loading