Skip to content

Commit 6148708

Browse files
committed
Publish 7.0.2
SHA256 hashes: jupyter-notebook-application-7.0.2.tgz: 92e5120cc47f5c9a15da449d560e1a66a5ec98a64cfff1d18bd8ff5cc5b3fb2b jupyter-notebook-application-extension-7.0.2.tgz: b4c7d22d8237f695a7cba8a6d62095d0c25f81256b70a4440616e1328e141029 jupyter-notebook-console-extension-7.0.2.tgz: 464f6b0a8f69b2cba1c47e2e241a09574ec7beccdce1561b62ba9f67a2bb1d1c jupyter-notebook-docmanager-extension-7.0.2.tgz: 17a64498b9f59187858a89993f5a04ac025fad4ad3599b6247433e6dd6db24ee jupyter-notebook-documentsearch-extension-7.0.2.tgz: b7faa2dca053724b8dabbfcb29128e5ca8c802d7740a109b82eff131d93feceb jupyter-notebook-help-extension-7.0.2.tgz: 1315c523250abc51f8b629f2dc3cc765c341d67e72130e5a515369413c20c4b7 jupyter-notebook-lab-extension-7.0.2.tgz: b5f3664b2f5db0df0a03f076b5b3f676c6f6110917039d8c52c135f96ec73091 jupyter-notebook-notebook-extension-7.0.2.tgz: 0f9bf48bc807c2d40ea14e0b6d407e6adc36a593d5c6a55905a006f3b80f160f jupyter-notebook-terminal-extension-7.0.2.tgz: a7a0f5f1c268c63bb33fd37660a48283f4a6462228822ff7147722de151aae22 jupyter-notebook-tree-7.0.2.tgz: 6ad2929d652fef8d3c1e5c97057559bbb32388216f1e7b58cdb8859c7c462460 jupyter-notebook-tree-extension-7.0.2.tgz: f1a1b333eb9c5d3db31def74d97fa41c13f8baa8940c9889e66e6912dbd4dc78 jupyter-notebook-ui-components-7.0.2.tgz: b091384d4765d48120b6ef7bfe65568ff41b95f68bcf4f451fcf4762f981f834 notebook-7.0.2-py3-none-any.whl: c77b1499dc9b07ce4f4f26990dcb25b2107b434f2536766b51a72a4228d9a4b6 notebook-7.0.2.tar.gz: d70d6a07418c829bd5f54337ce993b7105261d9026f9d3fe68e9b8aa1a20da9a
1 parent af5edd4 commit 6148708

File tree

18 files changed

+129
-107
lines changed

18 files changed

+129
-107
lines changed

CHANGELOG.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,30 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
1414

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

17+
## 7.0.2
18+
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]))
20+
21+
### Enhancements made
22+
23+
- Update to JupyterLab 4.0.4 packages [#6998](https://github.com/jupyter/notebook/pull/6998) ([@jtpio](https://github.com/jtpio))
24+
- Improve about dialog [#6996](https://github.com/jupyter/notebook/pull/6996) ([@yjrab](https://github.com/yjrab))
25+
- Added documentation link in Help menu [#6993](https://github.com/jupyter/notebook/pull/6993) ([@Mikil03](https://github.com/Mikil03))
26+
27+
### Bugs fixed
28+
29+
- Remove `RedirectHandler` [#6997](https://github.com/jupyter/notebook/pull/6997) ([@jtpio](https://github.com/jtpio))
30+
31+
### Maintenance and upkeep improvements
32+
33+
### Contributors to this release
34+
35+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-07-31&to=2023-08-04&type=c))
36+
37+
[@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2023-07-31..2023-08-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-07-31..2023-08-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-07-31..2023-08-04&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akevin-bates+updated%3A2023-07-31..2023-08-04&type=Issues) | [@Mikil03](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AMikil03+updated%3A2023-07-31..2023-08-04&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-07-31..2023-08-04&type=Issues) | [@shaneknapp](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ashaneknapp+updated%3A2023-07-31..2023-08-04&type=Issues) | [@yjrab](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayjrab+updated%3A2023-07-31..2023-08-04&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AZsailer+updated%3A2023-07-31..2023-08-04&type=Issues)
38+
39+
<!-- <END NEW CHANGELOG ENTRY> -->
40+
1741
## 7.0.1
1842

1943
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]))
@@ -40,8 +64,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
4064

4165
[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-07-19..2023-07-31&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2023-07-19..2023-07-31&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-07-19..2023-07-31&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-07-19..2023-07-31&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-07-19..2023-07-31&type=Issues) | [@prof-lupin](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aprof-lupin+updated%3A2023-07-19..2023-07-31&type=Issues)
4266

43-
<!-- <END NEW CHANGELOG ENTRY> -->
44-
4567
## 7.0.0
4668

4769
Jupyter Notebook 7 is released :tada:

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.0.1",
3+
"version": "7.0.2",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.2.1",
1414
"@codemirror/view": "~6.15.3",
15-
"@jupyter-notebook/application": "~7.0.1",
16-
"@jupyter-notebook/application-extension": "~7.0.1",
17-
"@jupyter-notebook/console-extension": "~7.0.1",
18-
"@jupyter-notebook/docmanager-extension": "~7.0.1",
19-
"@jupyter-notebook/documentsearch-extension": "~7.0.1",
20-
"@jupyter-notebook/help-extension": "~7.0.1",
21-
"@jupyter-notebook/notebook-extension": "~7.0.1",
22-
"@jupyter-notebook/terminal-extension": "~7.0.1",
23-
"@jupyter-notebook/tree": "~7.0.1",
24-
"@jupyter-notebook/tree-extension": "~7.0.1",
25-
"@jupyter-notebook/ui-components": "~7.0.1",
15+
"@jupyter-notebook/application": "~7.0.2",
16+
"@jupyter-notebook/application-extension": "~7.0.2",
17+
"@jupyter-notebook/console-extension": "~7.0.2",
18+
"@jupyter-notebook/docmanager-extension": "~7.0.2",
19+
"@jupyter-notebook/documentsearch-extension": "~7.0.2",
20+
"@jupyter-notebook/help-extension": "~7.0.2",
21+
"@jupyter-notebook/notebook-extension": "~7.0.2",
22+
"@jupyter-notebook/terminal-extension": "~7.0.2",
23+
"@jupyter-notebook/tree": "~7.0.2",
24+
"@jupyter-notebook/tree-extension": "~7.0.2",
25+
"@jupyter-notebook/ui-components": "~7.0.2",
2626
"@jupyter/ydoc": "~1.0.2",
2727
"@jupyterlab/application": "~4.0.4",
2828
"@jupyterlab/application-extension": "~4.0.4",
@@ -116,17 +116,17 @@
116116
"yjs": "~13.6.7"
117117
},
118118
"dependencies": {
119-
"@jupyter-notebook/application": "^7.0.1",
120-
"@jupyter-notebook/application-extension": "^7.0.1",
121-
"@jupyter-notebook/console-extension": "^7.0.1",
122-
"@jupyter-notebook/docmanager-extension": "^7.0.1",
123-
"@jupyter-notebook/documentsearch-extension": "^7.0.1",
124-
"@jupyter-notebook/help-extension": "^7.0.1",
125-
"@jupyter-notebook/notebook-extension": "^7.0.1",
126-
"@jupyter-notebook/terminal-extension": "^7.0.1",
127-
"@jupyter-notebook/tree": "^7.0.1",
128-
"@jupyter-notebook/tree-extension": "^7.0.1",
129-
"@jupyter-notebook/ui-components": "^7.0.1",
119+
"@jupyter-notebook/application": "^7.0.2",
120+
"@jupyter-notebook/application-extension": "^7.0.2",
121+
"@jupyter-notebook/console-extension": "^7.0.2",
122+
"@jupyter-notebook/docmanager-extension": "^7.0.2",
123+
"@jupyter-notebook/documentsearch-extension": "^7.0.2",
124+
"@jupyter-notebook/help-extension": "^7.0.2",
125+
"@jupyter-notebook/notebook-extension": "^7.0.2",
126+
"@jupyter-notebook/terminal-extension": "^7.0.2",
127+
"@jupyter-notebook/tree": "^7.0.2",
128+
"@jupyter-notebook/tree-extension": "^7.0.2",
129+
"@jupyter-notebook/ui-components": "^7.0.2",
130130
"@jupyterlab/application-extension": "^4.0.4",
131131
"@jupyterlab/apputils-extension": "^4.0.4",
132132
"@jupyterlab/attachments": "^4.0.4",

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

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.0.1",
3+
"version": "7.0.2",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

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.0.1",
3+
"version": "7.0.2",
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.0.1",
41+
"@jupyter-notebook/application": "^7.0.2",
4242
"@jupyterlab/application": "^4.0.4",
4343
"@jupyterlab/coreutils": "^6.0.4",
4444
"@jupyterlab/docmanager": "^4.0.4",

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.0.1",
3+
"version": "7.0.2",
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.0.1",
41+
"@jupyter-notebook/application": "^7.0.2",
4242
"@jupyterlab/application": "^4.0.4",
4343
"@jupyterlab/documentsearch": "^4.0.4",
4444
"@lumino/widgets": "^2.1.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.0.1",
3+
"version": "7.0.2",
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.0.1",
41+
"@jupyter-notebook/ui-components": "^7.0.2",
4242
"@jupyterlab/application": "^4.0.4",
4343
"@jupyterlab/apputils": "^4.1.4",
4444
"@jupyterlab/mainmenu": "^4.0.4",

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.0.1",
3+
"version": "7.0.2",
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.0.1",
46+
"@jupyter-notebook/application": "^7.0.2",
4747
"@jupyterlab/application": "^4.0.4",
4848
"@jupyterlab/apputils": "^4.1.4",
4949
"@jupyterlab/coreutils": "^6.0.4",

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.0.1",
3+
"version": "7.0.2",
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.0.1",
41+
"@jupyter-notebook/application": "^7.0.2",
4242
"@jupyterlab/application": "^4.0.4",
4343
"@jupyterlab/apputils": "^4.1.4",
4444
"@jupyterlab/cells": "^4.0.4",

packages/terminal-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/terminal-extension",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Jupyter Notebook - Terminal Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

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.0.1",
3+
"version": "7.0.2",
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.0.1",
42-
"@jupyter-notebook/tree": "^7.0.1",
41+
"@jupyter-notebook/application": "^7.0.2",
42+
"@jupyter-notebook/tree": "^7.0.2",
4343
"@jupyterlab/application": "^4.0.4",
4444
"@jupyterlab/apputils": "^4.1.4",
4545
"@jupyterlab/coreutils": "^6.0.4",

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.0.1",
3+
"version": "7.0.2",
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.0.1",
41+
"@jupyter-notebook/application": "^7.0.2",
4242
"@jupyterlab/application": "^4.0.4",
4343
"@jupyterlab/apputils": "^4.1.4",
4444
"@jupyterlab/coreutils": "^6.0.4",

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.0.1",
3+
"version": "7.0.2",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)