Skip to content

Commit 29405b0

Browse files
committed
Publish 7.6.0a3
SHA256 hashes: jupyter-notebook-application-7.6.0-alpha.3.tgz: c7f353e43259edd73e8a7e53dbd101deb0e9007b2b984568abb239fe177e374a jupyter-notebook-application-extension-7.6.0-alpha.3.tgz: 0c8d9377d67f0f44dc873f46f901912da6af1b0188510034b6565a487ff4cffd jupyter-notebook-console-extension-7.6.0-alpha.3.tgz: 37b1276b47f6e2cd255b702c54192e8898d0edda1342603330e61fdcaf495974 jupyter-notebook-docmanager-extension-7.6.0-alpha.3.tgz: d8880698eb66739a18213ff40bd1c9c2a30e7c8ac8b5aaa01666c66d41280115 jupyter-notebook-documentsearch-extension-7.6.0-alpha.3.tgz: 8970ab735c1360ee926b255b51e2be69744d603bb5d279254f1f5b5f3d6ef079 jupyter-notebook-help-extension-7.6.0-alpha.3.tgz: 50d7e60ce1130ebf5846b77a86b3767bed423715b17cd06ab3e0dca3cd55f545 jupyter-notebook-lab-extension-7.6.0-alpha.3.tgz: ec17e007dafefb35513f30ba7867fba6c0b192f819b6213dde2522766f869664 jupyter-notebook-notebook-extension-7.6.0-alpha.3.tgz: 4c93baf7af9021b5b5197d0198928544a83e66fef67a820779995060f53e60ff jupyter-notebook-terminal-extension-7.6.0-alpha.3.tgz: cc741c607fb90c1d3eba02bfb25362c58a93bf1ecc72c464105b493af4649ec9 jupyter-notebook-tree-7.6.0-alpha.3.tgz: 522421950a8f7b232e17698c4286ae82873306bac21a2ffce734f44f01898715 jupyter-notebook-tree-extension-7.6.0-alpha.3.tgz: 427549091f0939e5b761461ef201d99efb069adf9a59fc173352f559c050360b jupyter-notebook-ui-components-7.6.0-alpha.3.tgz: b01b60fe00285f954e4f91ee45a41b3cadaf9a13d2f4cb9b44ec18f64077e6e4 notebook-7.6.0a3-py3-none-any.whl: c370c401165dc85ef7cee1d6980807faa706854e42e7cd49807c3ab2e4fdae5f notebook-7.6.0a3.tar.gz: de91e70ca2cf8ed7131acb527e6743efd9bae5aabe5bfb53e76a7a0a2da633c4
1 parent 767a30d commit 29405b0

File tree

18 files changed

+143
-115
lines changed

18 files changed

+143
-115
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,36 @@ Python 3.8 support has been dropped in this release.
7777

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

80+
## 7.6.0a3
81+
82+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.6.0-alpha.2...767a30d1ec90e9baf4975023c7019c95d9fe8614))
83+
84+
### Enhancements made
85+
86+
- Update to JupyterLab v4.6.0a3 [#7839](https://github.com/jupyter/notebook/pull/7839) ([@jtpio](https://github.com/jtpio))
87+
88+
### Maintenance and upkeep improvements
89+
90+
- Fix PyO3 CI failure with Python 3.15 [#7836](https://github.com/jupyter/notebook/pull/7836) ([@jtpio](https://github.com/jtpio))
91+
- Update to ESLint 9, update other dependencies [#7821](https://github.com/jupyter/notebook/pull/7821) ([@jtpio](https://github.com/jtpio))
92+
- Bump prefix-dev/setup-pixi from 0.9.3 to 0.9.4 in the actions group [#7819](https://github.com/jupyter/notebook/pull/7819) ([@jtpio](https://github.com/jtpio))
93+
94+
### Documentation improvements
95+
96+
- docs: Fix broken links in troubleshooting and migration docs [#7824](https://github.com/jupyter/notebook/pull/7824) ([@RamiNoodle733](https://github.com/RamiNoodle733), [@jtpio](https://github.com/jtpio))
97+
- Fix grammar: join sentences in CONTRIBUTING.md [#7813](https://github.com/jupyter/notebook/pull/7813) ([@bodhisilberling](https://github.com/bodhisilberling), [@krassowski](https://github.com/krassowski))
98+
99+
### Contributors to this release
100+
101+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
102+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
103+
104+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2026-01-23&to=2026-02-24&type=c))
105+
106+
@bodhisilberling ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abodhisilberling+updated%3A2026-01-23..2026-02-24&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2026-01-23..2026-02-24&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2026-01-23..2026-02-24&type=Issues)) | @RamiNoodle733 ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARamiNoodle733+updated%3A2026-01-23..2026-02-24&type=Issues))
107+
108+
<!-- <END NEW CHANGELOG ENTRY> -->
109+
80110
## 7.6.0a2
81111

82112
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.6.0-alpha.1...209c7da02e8245ec96bf121a641802096ff8cbb3))
@@ -102,8 +132,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
102132

103133
@brichet ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2026-01-12..2026-01-23&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2026-01-12..2026-01-23&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2026-01-12..2026-01-23&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AmartinRenou+updated%3A2026-01-12..2026-01-23&type=Issues))
104134

105-
<!-- <END NEW CHANGELOG ENTRY> -->
106-
107135
## 7.6.0a1
108136

109137
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.6.0-alpha.0...aa605fa66c6885d85a37c7ab3ba6e7f7a837a810))

app/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.6.0-alpha.2",
3+
"version": "7.6.0-alpha.3",
44
"private": true,
55
"scripts": {
66
"build": "rspack",
@@ -11,18 +11,18 @@
1111
},
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.4",
14-
"@codemirror/view": "~6.39.11",
15-
"@jupyter-notebook/application": "~7.6.0-alpha.2",
16-
"@jupyter-notebook/application-extension": "~7.6.0-alpha.2",
17-
"@jupyter-notebook/console-extension": "~7.6.0-alpha.2",
18-
"@jupyter-notebook/docmanager-extension": "~7.6.0-alpha.2",
19-
"@jupyter-notebook/documentsearch-extension": "~7.6.0-alpha.2",
20-
"@jupyter-notebook/help-extension": "~7.6.0-alpha.2",
21-
"@jupyter-notebook/notebook-extension": "~7.6.0-alpha.2",
22-
"@jupyter-notebook/terminal-extension": "~7.6.0-alpha.2",
23-
"@jupyter-notebook/tree": "~7.6.0-alpha.2",
24-
"@jupyter-notebook/tree-extension": "~7.6.0-alpha.2",
25-
"@jupyter-notebook/ui-components": "~7.6.0-alpha.2",
14+
"@codemirror/view": "~6.39.15",
15+
"@jupyter-notebook/application": "~7.6.0-alpha.3",
16+
"@jupyter-notebook/application-extension": "~7.6.0-alpha.3",
17+
"@jupyter-notebook/console-extension": "~7.6.0-alpha.3",
18+
"@jupyter-notebook/docmanager-extension": "~7.6.0-alpha.3",
19+
"@jupyter-notebook/documentsearch-extension": "~7.6.0-alpha.3",
20+
"@jupyter-notebook/help-extension": "~7.6.0-alpha.3",
21+
"@jupyter-notebook/notebook-extension": "~7.6.0-alpha.3",
22+
"@jupyter-notebook/terminal-extension": "~7.6.0-alpha.3",
23+
"@jupyter-notebook/tree": "~7.6.0-alpha.3",
24+
"@jupyter-notebook/tree-extension": "~7.6.0-alpha.3",
25+
"@jupyter-notebook/ui-components": "~7.6.0-alpha.3",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.1.0",
@@ -111,33 +111,33 @@
111111
"@lezer/common": "~1.5.0",
112112
"@lezer/highlight": "~1.2.0",
113113
"@lumino/algorithm": "~2.0.4",
114-
"@lumino/application": "~2.4.6",
114+
"@lumino/application": "~2.4.8",
115115
"@lumino/commands": "~2.3.3",
116116
"@lumino/coreutils": "~2.2.2",
117117
"@lumino/disposable": "~2.1.5",
118118
"@lumino/domutils": "~2.0.4",
119-
"@lumino/dragdrop": "~2.1.7",
119+
"@lumino/dragdrop": "~2.1.8",
120120
"@lumino/messaging": "~2.0.4",
121121
"@lumino/properties": "~2.0.4",
122122
"@lumino/signaling": "~2.1.5",
123123
"@lumino/virtualdom": "~2.0.4",
124-
"@lumino/widgets": "~2.7.3",
124+
"@lumino/widgets": "~2.7.5",
125125
"react": "~18.2.0",
126126
"react-dom": "~18.2.0",
127127
"yjs": "~13.6.8"
128128
},
129129
"dependencies": {
130-
"@jupyter-notebook/application": "^7.6.0-alpha.2",
131-
"@jupyter-notebook/application-extension": "^7.6.0-alpha.2",
132-
"@jupyter-notebook/console-extension": "^7.6.0-alpha.2",
133-
"@jupyter-notebook/docmanager-extension": "^7.6.0-alpha.2",
134-
"@jupyter-notebook/documentsearch-extension": "^7.6.0-alpha.2",
135-
"@jupyter-notebook/help-extension": "^7.6.0-alpha.2",
136-
"@jupyter-notebook/notebook-extension": "^7.6.0-alpha.2",
137-
"@jupyter-notebook/terminal-extension": "^7.6.0-alpha.2",
138-
"@jupyter-notebook/tree": "^7.6.0-alpha.2",
139-
"@jupyter-notebook/tree-extension": "^7.6.0-alpha.2",
140-
"@jupyter-notebook/ui-components": "^7.6.0-alpha.2",
130+
"@jupyter-notebook/application": "^7.6.0-alpha.3",
131+
"@jupyter-notebook/application-extension": "^7.6.0-alpha.3",
132+
"@jupyter-notebook/console-extension": "^7.6.0-alpha.3",
133+
"@jupyter-notebook/docmanager-extension": "^7.6.0-alpha.3",
134+
"@jupyter-notebook/documentsearch-extension": "^7.6.0-alpha.3",
135+
"@jupyter-notebook/help-extension": "^7.6.0-alpha.3",
136+
"@jupyter-notebook/notebook-extension": "^7.6.0-alpha.3",
137+
"@jupyter-notebook/terminal-extension": "^7.6.0-alpha.3",
138+
"@jupyter-notebook/tree": "^7.6.0-alpha.3",
139+
"@jupyter-notebook/tree-extension": "^7.6.0-alpha.3",
140+
"@jupyter-notebook/ui-components": "^7.6.0-alpha.3",
141141
"@jupyterlab/application-extension": "~4.6.0-alpha.3",
142142
"@jupyterlab/apputils-extension": "~4.6.0-alpha.3",
143143
"@jupyterlab/attachments": "~4.6.0-alpha.3",

buildutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.6.0-alpha.2",
3+
"version": "7.6.0-alpha.3",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

notebook/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from collections import namedtuple
77

88
# Use "hatch version xx.yy.zz" to handle version changes
9-
__version__ = "7.6.0a2"
9+
__version__ = "7.6.0a3"
1010

1111
# PEP440 version parser
1212
_version_regex = re.compile(

packages/_metapackage/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.6.0-alpha.2",
3+
"version": "7.6.0-alpha.3",
44
"private": true,
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",
@@ -20,18 +20,18 @@
2020
"watch": "tsc -b -w --preserveWatchOutput"
2121
},
2222
"dependencies": {
23-
"@jupyter-notebook/application": "^7.6.0-alpha.2",
24-
"@jupyter-notebook/application-extension": "^7.6.0-alpha.2",
25-
"@jupyter-notebook/console-extension": "^7.6.0-alpha.2",
26-
"@jupyter-notebook/docmanager-extension": "^7.6.0-alpha.2",
27-
"@jupyter-notebook/documentsearch-extension": "^7.6.0-alpha.2",
28-
"@jupyter-notebook/help-extension": "^7.6.0-alpha.2",
29-
"@jupyter-notebook/lab-extension": "^7.6.0-alpha.2",
30-
"@jupyter-notebook/notebook-extension": "^7.6.0-alpha.2",
31-
"@jupyter-notebook/terminal-extension": "^7.6.0-alpha.2",
32-
"@jupyter-notebook/tree": "^7.6.0-alpha.2",
33-
"@jupyter-notebook/tree-extension": "^7.6.0-alpha.2",
34-
"@jupyter-notebook/ui-components": "^7.6.0-alpha.2"
23+
"@jupyter-notebook/application": "^7.6.0-alpha.3",
24+
"@jupyter-notebook/application-extension": "^7.6.0-alpha.3",
25+
"@jupyter-notebook/console-extension": "^7.6.0-alpha.3",
26+
"@jupyter-notebook/docmanager-extension": "^7.6.0-alpha.3",
27+
"@jupyter-notebook/documentsearch-extension": "^7.6.0-alpha.3",
28+
"@jupyter-notebook/help-extension": "^7.6.0-alpha.3",
29+
"@jupyter-notebook/lab-extension": "^7.6.0-alpha.3",
30+
"@jupyter-notebook/notebook-extension": "^7.6.0-alpha.3",
31+
"@jupyter-notebook/terminal-extension": "^7.6.0-alpha.3",
32+
"@jupyter-notebook/tree": "^7.6.0-alpha.3",
33+
"@jupyter-notebook/tree-extension": "^7.6.0-alpha.3",
34+
"@jupyter-notebook/ui-components": "^7.6.0-alpha.3"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.5.4"

packages/application-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.6.0-alpha.2",
3+
"version": "7.6.0-alpha.3",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,8 +38,8 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.6.0-alpha.2",
42-
"@jupyter-notebook/ui-components": "^7.6.0-alpha.2",
41+
"@jupyter-notebook/application": "^7.6.0-alpha.3",
42+
"@jupyter-notebook/ui-components": "^7.6.0-alpha.3",
4343
"@jupyterlab/application": "~4.6.0-alpha.3",
4444
"@jupyterlab/apputils": "~4.7.0-alpha.3",
4545
"@jupyterlab/codeeditor": "~4.6.0-alpha.3",

packages/application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.6.0-alpha.2",
3+
"version": "7.6.0-alpha.3",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.6.0-alpha.2",
3+
"version": "7.6.0-alpha.3",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.6.0-alpha.2",
41+
"@jupyter-notebook/application": "^7.6.0-alpha.3",
4242
"@jupyterlab/application": "~4.6.0-alpha.3",
4343
"@jupyterlab/apputils": "~4.7.0-alpha.3",
4444
"@jupyterlab/console": "~4.6.0-alpha.3",

packages/docmanager-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.6.0-alpha.2",
3+
"version": "7.6.0-alpha.3",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.6.0-alpha.2",
41+
"@jupyter-notebook/application": "^7.6.0-alpha.3",
4242
"@jupyterlab/application": "~4.6.0-alpha.3",
4343
"@jupyterlab/coreutils": "~6.6.0-alpha.3",
4444
"@jupyterlab/docmanager": "~4.6.0-alpha.3",

packages/documentsearch-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.6.0-alpha.2",
3+
"version": "7.6.0-alpha.3",
44
"description": "Jupyter Notebook - Document Search Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.6.0-alpha.2",
41+
"@jupyter-notebook/application": "^7.6.0-alpha.3",
4242
"@jupyterlab/application": "~4.6.0-alpha.3",
4343
"@jupyterlab/documentsearch": "~4.6.0-alpha.3",
4444
"@lumino/widgets": "^2.7.2"

0 commit comments

Comments
 (0)