Skip to content

Commit c66e6ad

Browse files
committed
Publish 7.1.1
SHA256 hashes: jupyter-notebook-application-7.1.1.tgz: 1e513a8b51365161c245216c7a2093eda3ef7cb9b7f8814edfce5e4f050481e2 jupyter-notebook-application-extension-7.1.1.tgz: c2aa198ca873753d1e726a60fc3d497268dd63cfed785e7c019074f51a191f0e jupyter-notebook-console-extension-7.1.1.tgz: 6924ef99c69dc5bad0c2c3d13e1994ac6e67c956a2743087f8bf1f7c35bc8d72 jupyter-notebook-docmanager-extension-7.1.1.tgz: 4d6434d260b39f2afad4163fecc1ba4b7756e0df61a87aca976d4a1db00dca5f jupyter-notebook-documentsearch-extension-7.1.1.tgz: bc6ae0f29c4443e518f863b6dc34fb75cac7fc9fe2b95752580678cb605da2f9 jupyter-notebook-help-extension-7.1.1.tgz: d03a0af2f97e8d991ed1453747b9f5d866f69dbb71a1a1b344f43398225ec77f jupyter-notebook-lab-extension-7.1.1.tgz: ca4b9761eb3a908cbb29de901e630b16ff6f7c1ff30c6e7d02e740bacb081d0e jupyter-notebook-notebook-extension-7.1.1.tgz: 12887ab137e37481262aa864b122d13cabf2d469b83fca2b93f0d3414d773128 jupyter-notebook-terminal-extension-7.1.1.tgz: 0facef65a1035d5334229aa1203d38d37a30b8431a6f018812d96cb7f917d349 jupyter-notebook-tree-7.1.1.tgz: 9fe4db6f1af6bdb89d30d2e4f8dd8f61506117299a6730312b899b22591563c7 jupyter-notebook-tree-extension-7.1.1.tgz: 40daf65244dc156d888daee840cc746358607ad63b84f62b8665be687b84446a jupyter-notebook-ui-components-7.1.1.tgz: 7e7463e50214450f6ad73d1274bbc511b39d1bb0e66ddc933b76f18c456b04c4 notebook-7.1.1-py3-none-any.whl: 197d8e0595acabf4005851c8716e952a81b405f7aefb648067a761fbde267ce7 notebook-7.1.1.tar.gz: 818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b
1 parent da7b8d4 commit c66e6ad

File tree

18 files changed

+134
-111
lines changed

18 files changed

+134
-111
lines changed

CHANGELOG.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,31 @@ increasing awareness of the notebook state and enabling users to quickly navigat
108108

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

111+
## 7.1.1
112+
113+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.0...da7b8d400e96ceff0eec834badd891bc5d5f154d))
114+
115+
### Bugs fixed
116+
117+
- Grayout "Edit Notebook Metadata" for other file formats. [#7265](https://github.com/jupyter/notebook/pull/7265) ([@itsmevichu](https://github.com/itsmevichu))
118+
119+
### Maintenance and upkeep improvements
120+
121+
- Fix flaky mobile UI tests [#7278](https://github.com/jupyter/notebook/pull/7278) ([@jtpio](https://github.com/jtpio))
122+
- Update to JupyterLab 4.1.2 packages [#7277](https://github.com/jupyter/notebook/pull/7277) ([@jtpio](https://github.com/jtpio))
123+
- Ignore stackoverflow link [#7274](https://github.com/jupyter/notebook/pull/7274) ([@jtpio](https://github.com/jtpio))
124+
- Expose `version_info` [#7273](https://github.com/jupyter/notebook/pull/7273) ([@jtpio](https://github.com/jtpio))
125+
- Bump ip from 2.0.0 to 2.0.1 in /ui-tests [#7268](https://github.com/jupyter/notebook/pull/7268) ([@dependabot](https://github.com/dependabot))
126+
- Bump ip from 2.0.0 to 2.0.1 [#7267](https://github.com/jupyter/notebook/pull/7267) ([@dependabot](https://github.com/dependabot))
127+
128+
### Contributors to this release
129+
130+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-02-13&to=2024-02-26&type=c))
131+
132+
[@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2024-02-13..2024-02-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-02-13..2024-02-26&type=Issues) | [@itsmevichu](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aitsmevichu+updated%3A2024-02-13..2024-02-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-02-13..2024-02-26&type=Issues)
133+
134+
<!-- <END NEW CHANGELOG ENTRY> -->
135+
111136
## 7.1.0
112137

113138
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.6...b8ec7e4a8eda70a8d7dca19799acd3e96e019160))
@@ -175,8 +200,6 @@ increasing awareness of the notebook state and enabling users to quickly navigat
175200

176201
[@akx](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aakx+updated%3A2023-10-17..2024-02-13&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-10-17..2024-02-13&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-10-17..2024-02-13&type=Issues) | [@d5423197](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ad5423197+updated%3A2023-10-17..2024-02-13&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-10-17..2024-02-13&type=Issues) | [@Dilip-Jain](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ADilip-Jain+updated%3A2023-10-17..2024-02-13&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-17..2024-02-13&type=Issues) | [@haok1402](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ahaok1402+updated%3A2023-10-17..2024-02-13&type=Issues) | [@jayeshsingh9767](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajayeshsingh9767+updated%3A2023-10-17..2024-02-13&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-17..2024-02-13&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-10-17..2024-02-13&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-10-17..2024-02-13&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AZsailer+updated%3A2023-10-17..2024-02-13&type=Issues)
177202

178-
<!-- <END NEW CHANGELOG ENTRY> -->
179-
180203
## 7.1.0rc1
181204

182205
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.1.0rc0...376a2f97c883e6e91f321d0a676e1ee9ff3b8d87))

app/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.2.1",
1414
"@codemirror/view": "~6.21.3",
15-
"@jupyter-notebook/application": "~7.1.0",
16-
"@jupyter-notebook/application-extension": "~7.1.0",
17-
"@jupyter-notebook/console-extension": "~7.1.0",
18-
"@jupyter-notebook/docmanager-extension": "~7.1.0",
19-
"@jupyter-notebook/documentsearch-extension": "~7.1.0",
20-
"@jupyter-notebook/help-extension": "~7.1.0",
21-
"@jupyter-notebook/notebook-extension": "~7.1.0",
22-
"@jupyter-notebook/terminal-extension": "~7.1.0",
23-
"@jupyter-notebook/tree": "~7.1.0",
24-
"@jupyter-notebook/tree-extension": "~7.1.0",
25-
"@jupyter-notebook/ui-components": "~7.1.0",
15+
"@jupyter-notebook/application": "~7.1.1",
16+
"@jupyter-notebook/application-extension": "~7.1.1",
17+
"@jupyter-notebook/console-extension": "~7.1.1",
18+
"@jupyter-notebook/docmanager-extension": "~7.1.1",
19+
"@jupyter-notebook/documentsearch-extension": "~7.1.1",
20+
"@jupyter-notebook/help-extension": "~7.1.1",
21+
"@jupyter-notebook/notebook-extension": "~7.1.1",
22+
"@jupyter-notebook/terminal-extension": "~7.1.1",
23+
"@jupyter-notebook/tree": "~7.1.1",
24+
"@jupyter-notebook/tree-extension": "~7.1.1",
25+
"@jupyter-notebook/ui-components": "~7.1.1",
2626
"@jupyter/ydoc": "~1.1.1",
2727
"@jupyterlab/application": "~4.1.2",
2828
"@jupyterlab/application-extension": "~4.1.2",
@@ -120,17 +120,17 @@
120120
"yjs": "~13.6.8"
121121
},
122122
"dependencies": {
123-
"@jupyter-notebook/application": "^7.1.0",
124-
"@jupyter-notebook/application-extension": "^7.1.0",
125-
"@jupyter-notebook/console-extension": "^7.1.0",
126-
"@jupyter-notebook/docmanager-extension": "^7.1.0",
127-
"@jupyter-notebook/documentsearch-extension": "^7.1.0",
128-
"@jupyter-notebook/help-extension": "^7.1.0",
129-
"@jupyter-notebook/notebook-extension": "^7.1.0",
130-
"@jupyter-notebook/terminal-extension": "^7.1.0",
131-
"@jupyter-notebook/tree": "^7.1.0",
132-
"@jupyter-notebook/tree-extension": "^7.1.0",
133-
"@jupyter-notebook/ui-components": "^7.1.0",
123+
"@jupyter-notebook/application": "^7.1.1",
124+
"@jupyter-notebook/application-extension": "^7.1.1",
125+
"@jupyter-notebook/console-extension": "^7.1.1",
126+
"@jupyter-notebook/docmanager-extension": "^7.1.1",
127+
"@jupyter-notebook/documentsearch-extension": "^7.1.1",
128+
"@jupyter-notebook/help-extension": "^7.1.1",
129+
"@jupyter-notebook/notebook-extension": "^7.1.1",
130+
"@jupyter-notebook/terminal-extension": "^7.1.1",
131+
"@jupyter-notebook/tree": "^7.1.1",
132+
"@jupyter-notebook/tree-extension": "^7.1.1",
133+
"@jupyter-notebook/ui-components": "^7.1.1",
134134
"@jupyterlab/application-extension": "~4.1.2",
135135
"@jupyterlab/apputils-extension": "~4.1.2",
136136
"@jupyterlab/attachments": "~4.1.2",

buildutils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

notebook/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from collections import namedtuple
66

77
# Use "hatch version xx.yy.zz" to handle version changes
8-
__version__ = "7.1.0"
8+
__version__ = "7.1.1"
99

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

packages/_metapackage/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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.1.0",
24-
"@jupyter-notebook/application-extension": "^7.1.0",
25-
"@jupyter-notebook/console-extension": "^7.1.0",
26-
"@jupyter-notebook/docmanager-extension": "^7.1.0",
27-
"@jupyter-notebook/documentsearch-extension": "^7.1.0",
28-
"@jupyter-notebook/help-extension": "^7.1.0",
29-
"@jupyter-notebook/lab-extension": "^7.1.0",
30-
"@jupyter-notebook/notebook-extension": "^7.1.0",
31-
"@jupyter-notebook/terminal-extension": "^7.1.0",
32-
"@jupyter-notebook/tree": "^7.1.0",
33-
"@jupyter-notebook/tree-extension": "^7.1.0",
34-
"@jupyter-notebook/ui-components": "^7.1.0"
23+
"@jupyter-notebook/application": "^7.1.1",
24+
"@jupyter-notebook/application-extension": "^7.1.1",
25+
"@jupyter-notebook/console-extension": "^7.1.1",
26+
"@jupyter-notebook/docmanager-extension": "^7.1.1",
27+
"@jupyter-notebook/documentsearch-extension": "^7.1.1",
28+
"@jupyter-notebook/help-extension": "^7.1.1",
29+
"@jupyter-notebook/lab-extension": "^7.1.1",
30+
"@jupyter-notebook/notebook-extension": "^7.1.1",
31+
"@jupyter-notebook/terminal-extension": "^7.1.1",
32+
"@jupyter-notebook/tree": "^7.1.1",
33+
"@jupyter-notebook/tree-extension": "^7.1.1",
34+
"@jupyter-notebook/ui-components": "^7.1.1"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.0.2"

packages/application-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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.1.0",
42-
"@jupyter-notebook/ui-components": "^7.1.0",
41+
"@jupyter-notebook/application": "^7.1.1",
42+
"@jupyter-notebook/ui-components": "^7.1.1",
4343
"@jupyterlab/application": "~4.1.2",
4444
"@jupyterlab/apputils": "~4.2.2",
4545
"@jupyterlab/codeeditor": "~4.1.2",

packages/application/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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.1.0",
41+
"@jupyter-notebook/application": "^7.1.1",
4242
"@jupyterlab/application": "~4.1.2",
4343
"@jupyterlab/console": "~4.1.2",
4444
"@jupyterlab/coreutils": "~6.1.2",

packages/docmanager-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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.1.0",
41+
"@jupyter-notebook/application": "^7.1.1",
4242
"@jupyterlab/application": "~4.1.2",
4343
"@jupyterlab/coreutils": "~6.1.2",
4444
"@jupyterlab/docmanager": "~4.1.2",

packages/documentsearch-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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.1.0",
41+
"@jupyter-notebook/application": "^7.1.1",
4242
"@jupyterlab/application": "~4.1.2",
4343
"@jupyterlab/documentsearch": "~4.1.2",
4444
"@lumino/widgets": "^2.3.1"

packages/help-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/help-extension",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Jupyter Notebook - Help 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/ui-components": "^7.1.0",
41+
"@jupyter-notebook/ui-components": "^7.1.1",
4242
"@jupyterlab/application": "~4.1.2",
4343
"@jupyterlab/apputils": "~4.2.2",
4444
"@jupyterlab/mainmenu": "~4.1.2",

packages/lab-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/lab-extension",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Jupyter Notebook - Lab Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -43,7 +43,7 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyter-notebook/application": "^7.1.0",
46+
"@jupyter-notebook/application": "^7.1.1",
4747
"@jupyterlab/application": "~4.1.2",
4848
"@jupyterlab/apputils": "~4.2.2",
4949
"@jupyterlab/coreutils": "~6.1.2",

packages/notebook-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/notebook-extension",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Jupyter Notebook - Notebook 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.1.0",
41+
"@jupyter-notebook/application": "^7.1.1",
4242
"@jupyterlab/application": "~4.1.2",
4343
"@jupyterlab/apputils": "~4.2.2",
4444
"@jupyterlab/cells": "~4.1.2",

packages/terminal-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/terminal-extension",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Jupyter Notebook - Terminal 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.1.0",
41+
"@jupyter-notebook/application": "^7.1.1",
4242
"@jupyterlab/application": "~4.1.2",
4343
"@jupyterlab/coreutils": "~6.1.2",
4444
"@jupyterlab/terminal": "~4.1.2",

packages/tree-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree-extension",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Jupyter Notebook - Tree 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.1.0",
42-
"@jupyter-notebook/tree": "^7.1.0",
41+
"@jupyter-notebook/application": "^7.1.1",
42+
"@jupyter-notebook/tree": "^7.1.1",
4343
"@jupyterlab/application": "~4.1.2",
4444
"@jupyterlab/apputils": "~4.2.2",
4545
"@jupyterlab/coreutils": "~6.1.2",

packages/tree/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Jupyter Notebook - Tree",
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.1.0",
41+
"@jupyter-notebook/application": "^7.1.1",
4242
"@jupyterlab/application": "~4.1.2",
4343
"@jupyterlab/apputils": "~4.2.2",
4444
"@jupyterlab/coreutils": "~6.1.2",

packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/ui-components",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)