Skip to content

Commit

Permalink
Merge branch 'main' into active-cell-border-padding
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i authored Feb 3, 2025
2 parents 0e12aae + 0442b49 commit 33b83d7
Show file tree
Hide file tree
Showing 18 changed files with 133 additions and 111 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,30 @@ You can open JupyterLab by clicking on `View > Open JupyterLab`.

<!-- <START NEW CHANGELOG ENTRY> -->

## 7.4.0a2

([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.1...ef4f6346cd6b377ade271fcd61810b5d2a7d0f41))

### Enhancements made

- Update to JupyterLab v4.4.0a3 [#7577](https://github.com/jupyter/notebook/pull/7577) ([@jtpio](https://github.com/jtpio))

### Bugs fixed

- Fix undefined error when checkpoints is empty [#7567](https://github.com/jupyter/notebook/pull/7567) ([@jdavid](https://github.com/jdavid))

### Maintenance and upkeep improvements

- Allow owners/members/collab to trigger galata update on other's PR [#7572](https://github.com/jupyter/notebook/pull/7572) ([@krassowski](https://github.com/krassowski))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-01-07&to=2025-02-03&type=c))

[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-01-07..2025-02-03&type=Issues) | [@jdavid](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajdavid+updated%3A2025-01-07..2025-02-03&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-01-07..2025-02-03&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2025-01-07..2025-02-03&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2025-01-07..2025-02-03&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 7.4.0a1

([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.0-alpha.0...18672b7e85ec5181e4c5c18d2e32c3e9eab7260c))
Expand All @@ -93,8 +117,6 @@ You can open JupyterLab by clicking on `View > Open JupyterLab`.

[@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2024-12-21..2025-01-07&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-12-21..2025-01-07&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-12-21..2025-01-07&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 7.4.0a0

([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.3.2...12efbe601858c317bf677dc835d314489357e20d))
Expand Down
46 changes: 23 additions & 23 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"private": true,
"scripts": {
"build": "webpack",
Expand All @@ -12,17 +12,17 @@
"resolutions": {
"@codemirror/state": "~6.5.0",
"@codemirror/view": "~6.36.1",
"@jupyter-notebook/application": "~7.4.0-alpha.1",
"@jupyter-notebook/application-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/console-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/help-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/notebook-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/terminal-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/tree": "~7.4.0-alpha.1",
"@jupyter-notebook/tree-extension": "~7.4.0-alpha.1",
"@jupyter-notebook/ui-components": "~7.4.0-alpha.1",
"@jupyter-notebook/application": "~7.4.0-alpha.2",
"@jupyter-notebook/application-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/console-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/docmanager-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/documentsearch-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/help-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/notebook-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/terminal-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/tree": "~7.4.0-alpha.2",
"@jupyter-notebook/tree-extension": "~7.4.0-alpha.2",
"@jupyter-notebook/ui-components": "~7.4.0-alpha.2",
"@jupyter/react-components": "~0.16.7",
"@jupyter/web-components": "~0.16.7",
"@jupyter/ydoc": "~3.0.0",
Expand Down Expand Up @@ -123,17 +123,17 @@
"yjs": "~13.6.8"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/console-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/help-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/notebook-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/terminal-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/tree": "^7.4.0-alpha.1",
"@jupyter-notebook/tree-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyter-notebook/application-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/console-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/docmanager-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/documentsearch-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/help-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/notebook-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/terminal-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/tree": "^7.4.0-alpha.2",
"@jupyter-notebook/tree-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.2",
"@jupyterlab/application-extension": "~4.4.0-alpha.3",
"@jupyterlab/apputils-extension": "~4.4.0-alpha.3",
"@jupyterlab/attachments": "~4.4.0-alpha.3",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/buildutils",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"private": true,
"description": "Jupyter Notebook - Build Utilities",
"homepage": "https://github.com/jupyter/notebook",
Expand Down
2 changes: 1 addition & 1 deletion notebook/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from collections import namedtuple

# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "7.4.0a1"
__version__ = "7.4.0a2"

# PEP440 version parser
_version_regex = re.compile(
Expand Down
26 changes: 13 additions & 13 deletions packages/_metapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/metapackage",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"private": true,
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",
Expand All @@ -20,18 +20,18 @@
"watch": "tsc -b -w --preserveWatchOutput"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/console-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/help-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/lab-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/notebook-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/terminal-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/tree": "^7.4.0-alpha.1",
"@jupyter-notebook/tree-extension": "^7.4.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.1"
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyter-notebook/application-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/console-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/docmanager-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/documentsearch-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/help-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/lab-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/notebook-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/terminal-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/tree": "^7.4.0-alpha.2",
"@jupyter-notebook/tree-extension": "^7.4.0-alpha.2",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.2"
},
"devDependencies": {
"typescript": "~5.1.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Application Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/codeeditor": "~4.4.0-alpha.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Application",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/console-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/console-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Console Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/console": "~4.4.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/docmanager-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/docmanager-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Document Manager Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
"@jupyterlab/docmanager": "~4.4.0-alpha.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/documentsearch-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/documentsearch-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Document Search Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/documentsearch": "~4.4.0-alpha.3",
"@lumino/widgets": "^2.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/help-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/help-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Help Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.4.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/mainmenu": "~4.4.0-alpha.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/lab-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/lab-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Lab Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/notebook-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/notebook-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Notebook Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/cells": "~4.4.0-alpha.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/terminal-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/terminal-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Terminal Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
"@jupyterlab/terminal": "~4.4.0-alpha.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/tree-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree-extension",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Tree Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/tree": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyter-notebook/tree": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - Tree",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0-alpha.1",
"@jupyter-notebook/application": "^7.4.0-alpha.2",
"@jupyterlab/application": "~4.4.0-alpha.3",
"@jupyterlab/apputils": "~4.5.0-alpha.3",
"@jupyterlab/coreutils": "~6.4.0-alpha.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/ui-components",
"version": "7.4.0-alpha.1",
"version": "7.4.0-alpha.2",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
Loading

0 comments on commit 33b83d7

Please sign in to comment.