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

Commits on Nov 16, 2021

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

Commits on Nov 18, 2021

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

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    46f40e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e0e92d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Fix deprecation warning

    In sagemath, while doctesting `src/sage/repl/ipython_kernel/install.py`:
    
    > DeprecationWarning: invalid escape sequence '\s'
    
    The solution is to make the regex a raw string.
    tornaria authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    f99beef View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Fix: CI error for python 3.6 & macOS (#6215)

    Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: maliubiao <maliubiao@gmail.com>
    Co-authored-by: Maxim Martynov <martinov_m_s_@mail.ru>
    Co-authored-by: Niyas Sait <niyas.sait@linaro.org>
    Co-authored-by: Jiaqi <jiaqi@creditninja.com>
    Co-authored-by: Ben Greiner <code@bnavigator.de>
    Co-authored-by: David Leen <dleen@netflix.com>
    Co-authored-by: Kevin Bates <kbates4@gmail.com>
    Co-authored-by: Steven Silvester <steven.silvester@gmail.com>
    10 people authored Dec 24, 2021
    Configuration menu
    Copy the full SHA
    8fd3ce9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

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

Commits on Jan 3, 2022

  1. Merge pull request #6253 from tornaria/patch-1

    Fix deprecation warning
    kevin-bates authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    bd06221 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6265 from kevin-bates/fix-kernel-message-header

    Add date field to kernel message header
    kevin-bates authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    ea5bfc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Fix Chinese punctuation (#6268)

    * Fix Chinese punctuation
    LiHua-Official authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    b77b5e3 View commit details
    Browse the repository at this point in the history
Loading