Skip to content

Commit 4866bde

Browse files
committed
Publish 7.4.6
SHA256 hashes: jupyter-notebook-application-7.4.6.tgz: a9adf922e8d603e27eb6874d71ca46b8ff570b9a9d752e988140e6a8a0c1492d jupyter-notebook-application-extension-7.4.6.tgz: 634d80db67a62d77178d95fa539dff27efcd9abca30209a51d071a836ad753e7 jupyter-notebook-console-extension-7.4.6.tgz: c8f8d85cabd8786ba030dcb01a4e2b5da9ec1f730274b2c52e18872a4b4eaedd jupyter-notebook-docmanager-extension-7.4.6.tgz: 43cc24cb34252fcd4f3a21f4feefddae1511929dd335b9773806a7d9c3999440 jupyter-notebook-documentsearch-extension-7.4.6.tgz: c670c016bd63c380bffc2747be50718301da5dd35baff16a52c96e1c0c76318d jupyter-notebook-help-extension-7.4.6.tgz: b6711e844102318e3dc076ecf2e98edb998965ae26656d28357ad652132a6541 jupyter-notebook-lab-extension-7.4.6.tgz: 7118c1ec3ab406416942f88536ceffc90d7d90d02c009201c59523d518c5b98c jupyter-notebook-notebook-extension-7.4.6.tgz: ae41ce593481004f6c6e53a8b8eb1c2579c5d33a2c98dbd7bee86d01d0263666 jupyter-notebook-terminal-extension-7.4.6.tgz: 2e0a7a768486400a506a2102abf816a1bf43dd40b875b01d982bd7477461eebc jupyter-notebook-tree-7.4.6.tgz: 8d27657849365064245695e1aafb3b2c8f0756cf649180181ff5b7747263b679 jupyter-notebook-tree-extension-7.4.6.tgz: e75de74f282a44f99f01f43cdc75372325e42452557d9dcf2f3543edb88aa454 jupyter-notebook-ui-components-7.4.6.tgz: 0fd172e18c1cc85a64cd8d2246389bde9fa4b246bc763aceb2b93915ac66c76b notebook-7.4.6-py3-none-any.whl: 75d931582bc26c42257084b75bcf9d51e43fb8e6d3cf779cb17a5c6561867341 notebook-7.4.6.tar.gz: 5135e79e3cf5187e987fc8385dc0d087d792757060268686016307a4d7e70af0
1 parent 0c9b053 commit 4866bde

File tree

18 files changed

+134
-111
lines changed

18 files changed

+134
-111
lines changed

CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,31 @@ or via the JSON Settings Editor in the Application Context Menu.
6969

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

72+
## 7.4.6
73+
74+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.5...0c9b0539934bbd9919f24a383e2d0ab00b75f084))
75+
76+
### Enhancements made
77+
78+
- Update to JupyterLab v4.4.8 [#7735](https://github.com/jupyter/notebook/pull/7735) ([@jtpio](https://github.com/jtpio))
79+
80+
### Bugs fixed
81+
82+
- Handle file rename errors [#7710](https://github.com/jupyter/notebook/pull/7710) ([@jtpio](https://github.com/jtpio))
83+
- Fix open file with “#” in the filename [#7698](https://github.com/jupyter/notebook/pull/7698) ([@itsmevichu](https://github.com/itsmevichu))
84+
85+
### Maintenance and upkeep improvements
86+
87+
- Remove link to `npmjs.com` [#7730](https://github.com/jupyter/notebook/pull/7730) ([@jtpio](https://github.com/jtpio))
88+
89+
### Contributors to this release
90+
91+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2025-08-05&to=2025-09-26&type=c))
92+
93+
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-08-05..2025-09-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-08-05..2025-09-26&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2025-08-05..2025-09-26&type=Issues) | [@nkn2022](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ankn2022+updated%3A2025-08-05..2025-09-26&type=Issues)
94+
95+
<!-- <END NEW CHANGELOG ENTRY> -->
96+
7297
## 7.4.5
7398

7499
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.4...4cc6a9c365e47a3276da14a5f235197f19351191))
@@ -84,8 +109,6 @@ or via the JSON Settings Editor in the Application Context Menu.
84109

85110
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2025-06-30..2025-08-05&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2025-06-30..2025-08-05&type=Issues)
86111

87-
<!-- <END NEW CHANGELOG ENTRY> -->
88-
89112
## 7.4.4
90113

91114
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.4.3...62295ff009dda35e14117f05ca400b019713f1e3))

app/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.4.5",
3+
"version": "7.4.6",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.5.2",
1414
"@codemirror/view": "~6.38.1",
15-
"@jupyter-notebook/application": "~7.4.5",
16-
"@jupyter-notebook/application-extension": "~7.4.5",
17-
"@jupyter-notebook/console-extension": "~7.4.5",
18-
"@jupyter-notebook/docmanager-extension": "~7.4.5",
19-
"@jupyter-notebook/documentsearch-extension": "~7.4.5",
20-
"@jupyter-notebook/help-extension": "~7.4.5",
21-
"@jupyter-notebook/notebook-extension": "~7.4.5",
22-
"@jupyter-notebook/terminal-extension": "~7.4.5",
23-
"@jupyter-notebook/tree": "~7.4.5",
24-
"@jupyter-notebook/tree-extension": "~7.4.5",
25-
"@jupyter-notebook/ui-components": "~7.4.5",
15+
"@jupyter-notebook/application": "~7.4.6",
16+
"@jupyter-notebook/application-extension": "~7.4.6",
17+
"@jupyter-notebook/console-extension": "~7.4.6",
18+
"@jupyter-notebook/docmanager-extension": "~7.4.6",
19+
"@jupyter-notebook/documentsearch-extension": "~7.4.6",
20+
"@jupyter-notebook/help-extension": "~7.4.6",
21+
"@jupyter-notebook/notebook-extension": "~7.4.6",
22+
"@jupyter-notebook/terminal-extension": "~7.4.6",
23+
"@jupyter-notebook/tree": "~7.4.6",
24+
"@jupyter-notebook/tree-extension": "~7.4.6",
25+
"@jupyter-notebook/ui-components": "~7.4.6",
2626
"@jupyter/react-components": "~0.16.7",
2727
"@jupyter/web-components": "~0.16.7",
2828
"@jupyter/ydoc": "~3.1.0",
@@ -125,17 +125,17 @@
125125
"yjs": "~13.6.8"
126126
},
127127
"dependencies": {
128-
"@jupyter-notebook/application": "^7.4.5",
129-
"@jupyter-notebook/application-extension": "^7.4.5",
130-
"@jupyter-notebook/console-extension": "^7.4.5",
131-
"@jupyter-notebook/docmanager-extension": "^7.4.5",
132-
"@jupyter-notebook/documentsearch-extension": "^7.4.5",
133-
"@jupyter-notebook/help-extension": "^7.4.5",
134-
"@jupyter-notebook/notebook-extension": "^7.4.5",
135-
"@jupyter-notebook/terminal-extension": "^7.4.5",
136-
"@jupyter-notebook/tree": "^7.4.5",
137-
"@jupyter-notebook/tree-extension": "^7.4.5",
138-
"@jupyter-notebook/ui-components": "^7.4.5",
128+
"@jupyter-notebook/application": "^7.4.6",
129+
"@jupyter-notebook/application-extension": "^7.4.6",
130+
"@jupyter-notebook/console-extension": "^7.4.6",
131+
"@jupyter-notebook/docmanager-extension": "^7.4.6",
132+
"@jupyter-notebook/documentsearch-extension": "^7.4.6",
133+
"@jupyter-notebook/help-extension": "^7.4.6",
134+
"@jupyter-notebook/notebook-extension": "^7.4.6",
135+
"@jupyter-notebook/terminal-extension": "^7.4.6",
136+
"@jupyter-notebook/tree": "^7.4.6",
137+
"@jupyter-notebook/tree-extension": "^7.4.6",
138+
"@jupyter-notebook/ui-components": "^7.4.6",
139139
"@jupyterlab/application-extension": "~4.4.8",
140140
"@jupyterlab/apputils-extension": "~4.4.8",
141141
"@jupyterlab/attachments": "~4.4.8",

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.4.5",
3+
"version": "7.4.6",
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.4.5"
9+
__version__ = "7.4.6"
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.4.5",
3+
"version": "7.4.6",
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.4.5",
24-
"@jupyter-notebook/application-extension": "^7.4.5",
25-
"@jupyter-notebook/console-extension": "^7.4.5",
26-
"@jupyter-notebook/docmanager-extension": "^7.4.5",
27-
"@jupyter-notebook/documentsearch-extension": "^7.4.5",
28-
"@jupyter-notebook/help-extension": "^7.4.5",
29-
"@jupyter-notebook/lab-extension": "^7.4.5",
30-
"@jupyter-notebook/notebook-extension": "^7.4.5",
31-
"@jupyter-notebook/terminal-extension": "^7.4.5",
32-
"@jupyter-notebook/tree": "^7.4.5",
33-
"@jupyter-notebook/tree-extension": "^7.4.5",
34-
"@jupyter-notebook/ui-components": "^7.4.5"
23+
"@jupyter-notebook/application": "^7.4.6",
24+
"@jupyter-notebook/application-extension": "^7.4.6",
25+
"@jupyter-notebook/console-extension": "^7.4.6",
26+
"@jupyter-notebook/docmanager-extension": "^7.4.6",
27+
"@jupyter-notebook/documentsearch-extension": "^7.4.6",
28+
"@jupyter-notebook/help-extension": "^7.4.6",
29+
"@jupyter-notebook/lab-extension": "^7.4.6",
30+
"@jupyter-notebook/notebook-extension": "^7.4.6",
31+
"@jupyter-notebook/terminal-extension": "^7.4.6",
32+
"@jupyter-notebook/tree": "^7.4.6",
33+
"@jupyter-notebook/tree-extension": "^7.4.6",
34+
"@jupyter-notebook/ui-components": "^7.4.6"
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.4.5",
3+
"version": "7.4.6",
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.4.5",
42-
"@jupyter-notebook/ui-components": "^7.4.5",
41+
"@jupyter-notebook/application": "^7.4.6",
42+
"@jupyter-notebook/ui-components": "^7.4.6",
4343
"@jupyterlab/application": "~4.4.8",
4444
"@jupyterlab/apputils": "~4.5.8",
4545
"@jupyterlab/codeeditor": "~4.4.8",

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.4.5",
3+
"version": "7.4.6",
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.4.5",
3+
"version": "7.4.6",
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.4.5",
41+
"@jupyter-notebook/application": "^7.4.6",
4242
"@jupyterlab/application": "~4.4.8",
4343
"@jupyterlab/console": "~4.4.8",
4444
"@jupyterlab/coreutils": "~6.4.8",

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.4.5",
3+
"version": "7.4.6",
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.4.5",
41+
"@jupyter-notebook/application": "^7.4.6",
4242
"@jupyterlab/application": "~4.4.8",
4343
"@jupyterlab/coreutils": "~6.4.8",
4444
"@jupyterlab/docmanager": "~4.4.8",

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.4.5",
3+
"version": "7.4.6",
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.4.5",
41+
"@jupyter-notebook/application": "^7.4.6",
4242
"@jupyterlab/application": "~4.4.8",
4343
"@jupyterlab/documentsearch": "~4.4.8",
4444
"@lumino/widgets": "^2.7.1"

0 commit comments

Comments
 (0)