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: v6.4.0
Choose a base ref
...
head repository: jupyter/notebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 999e8322bcd24e0ed62b180c19ec13db3f48165b
Choose a head ref
  • 12 commits
  • 15 files changed
  • 9 contributors

Commits on May 17, 2021

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

Commits on May 24, 2021

  1. "#element".tooltip is not a function on home page fixed. (#6070)

    * Fixed missing $ symbol and cleaned up code a bit.
    Bloepcode authored May 24, 2021
    Configuration menu
    Copy the full SHA
    56416cb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    5042c80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6085 from saiwing-yeung/fix_help_messages

    Add missing spaces to help messages in config file
    kevin-bates authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    6fe9755 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Fix version of jupyter-packaging in pyproject.toml

    The specifier `~=0.9` is equivalent to `>= 0.9, == 0.*` so there is no need to specify `<2`.
    frenzymadness authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4f397ab View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Merge pull request #6101 from frenzymadness/patch-2

    Fix version of jupyter-packaging in pyproject.toml
    kevin-bates authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    b5ce672 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Fix issue #3218 (#6108)

    * Fix issue #3218, add comment "// accessibility improvement" before each line changed
    naz3eh authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    94ac6d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Enhancements to the desktop entry (#6099)

    - Add the argument %f to the Exec key so that a notebook file can be directly opened from the file manager by right-click → Open With Jupyter Notebook, or by double-clicking (https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html)
    - Add the Keyword key so that the Jupyter Notebook application can be searched with a keyword "python", e.g. from GNOME Shell (look for the Keywords key in the table https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html)
    - Add a semicolon ";" to the end of the strings in the Categories key (look at the examples here https://specifications.freedesktop.org/menu-spec/latest/ar01s03.html)
    Amr-Ibra authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    903f2d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Merge pull request from GHSA-hwvq-6gjx-j797

    * sanitizer fix
    
    * Pass sanitizer options explicitly
    afshin authored Aug 5, 2021
    1 Configuration menu
    Copy the full SHA
    79fc76e View commit details
    Browse the repository at this point in the history
  2. Release 6.4.1

    Steven Silvester committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c73e231 View commit details
    Browse the repository at this point in the history
  3. Back to dev version

    Steven Silvester committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    b69dc8c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

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