Skip to content

Commit 6f42ce2

Browse files
committed
Publish 7.0.3
SHA256 hashes: jupyter-notebook-application-7.0.3.tgz: ef32717f8a67b4c50743d86cd14570763e3505a4e27b08d4327b8e4549697113 jupyter-notebook-application-extension-7.0.3.tgz: 0fa04ec7f7f36755e719f47bc6102e2fd6fa904e9029f8eef1fefd96ce6c15b1 jupyter-notebook-console-extension-7.0.3.tgz: bdffa896ecc7d8dc8276a3c7c224d4082dd37185ea3c0564c098c506e2bd0b1c jupyter-notebook-docmanager-extension-7.0.3.tgz: f30a1c404fed5ab447b2e489cbc85178ce7494cb31f1b4376ec4c8a0c8ebed35 jupyter-notebook-documentsearch-extension-7.0.3.tgz: 23d30c5663b1b1584d7122b4a55cb77564b2d393a8dd51f7646e590276961f9a jupyter-notebook-help-extension-7.0.3.tgz: 5aad0bf8b7d638d20d656223506e9ab57f68c54ffc0db7d07a43b1129602bc3d jupyter-notebook-lab-extension-7.0.3.tgz: 712a28d77f29a140caf5c0a1ac122af3414327e5d76a2d3b3dd2487c6af2f12c jupyter-notebook-notebook-extension-7.0.3.tgz: 53e8d65a2868ab4373dec920c936a684e04b185ca55903ee047f401efe22b384 jupyter-notebook-terminal-extension-7.0.3.tgz: 862c8dcd49b763e9abf9749755e071778ec4b90faa226270a26cf6e24279de9f jupyter-notebook-tree-7.0.3.tgz: 3fce313643ccaca09267e45a15410809e615581160f4a2fc269b6ed31d8de00c jupyter-notebook-tree-extension-7.0.3.tgz: 4cf102c057ed4d51e3c3ef3216db8949337e0ed8934d8becedfa2528c9dbade3 jupyter-notebook-ui-components-7.0.3.tgz: ac270ea96883c4ef3a775e67d41e2d5ffb682d428c996141f80abbf38a3f40fc notebook-7.0.3-py3-none-any.whl: 786ab2e3287c068667adce3029b540dd18fc5d23f49181b4b4ee4f6b48a7ca81 notebook-7.0.3.tar.gz: 07f3c5062fd0e6e69864437a0347abc485d991aae87a92c47d659699f571b729
1 parent e2eb8f2 commit 6f42ce2

File tree

18 files changed

+131
-107
lines changed

18 files changed

+131
-107
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,32 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
1414

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

17+
## 7.0.3
18+
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.2...e2eb8f2a166ba7b339309b8bfbff40e6c9e0a9b9))
20+
21+
### Bugs fixed
22+
23+
- Require importlib_resources for testing on Python \< 3.10 [#7016](https://github.com/jupyter/notebook/pull/7016) ([@bnavigator](https://github.com/bnavigator))
24+
- Fix Python 3.12 compatibility [#6965](https://github.com/jupyter/notebook/pull/6965) ([@frenzymadness](https://github.com/frenzymadness))
25+
26+
### Maintenance and upkeep improvements
27+
28+
- Update to JupyterLab 4.0.5 [#7013](https://github.com/jupyter/notebook/pull/7013) ([@jtpio](https://github.com/jtpio))
29+
- Test against Python 3.12 [#6999](https://github.com/jupyter/notebook/pull/6999) ([@jtpio](https://github.com/jtpio))
30+
31+
### Documentation improvements
32+
33+
- Mention the nx graph in the contributing guide [#7001](https://github.com/jupyter/notebook/pull/7001) ([@jtpio](https://github.com/jtpio))
34+
35+
### Contributors to this release
36+
37+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-08-04&to=2023-08-30&type=c))
38+
39+
[@bnavigator](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abnavigator+updated%3A2023-08-04..2023-08-30&type=Issues) | [@defjaf](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adefjaf+updated%3A2023-08-04..2023-08-30&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-08-04..2023-08-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-08-04..2023-08-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-08-04..2023-08-30&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akevin-bates+updated%3A2023-08-04..2023-08-30&type=Issues)
40+
41+
<!-- <END NEW CHANGELOG ENTRY> -->
42+
1743
## 7.0.2
1844

1945
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.1...af5edd42374cadba65feed2e6828b1ef96295daf))
@@ -36,8 +62,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
3662

3763
[@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)
3864

39-
<!-- <END NEW CHANGELOG ENTRY> -->
40-
4165
## 7.0.1
4266

4367
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.0...ac3c882a246b46c15c1963ef4b65427a4257b132))

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.0.2",
3+
"version": "7.0.3",
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.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",
15+
"@jupyter-notebook/application": "~7.0.3",
16+
"@jupyter-notebook/application-extension": "~7.0.3",
17+
"@jupyter-notebook/console-extension": "~7.0.3",
18+
"@jupyter-notebook/docmanager-extension": "~7.0.3",
19+
"@jupyter-notebook/documentsearch-extension": "~7.0.3",
20+
"@jupyter-notebook/help-extension": "~7.0.3",
21+
"@jupyter-notebook/notebook-extension": "~7.0.3",
22+
"@jupyter-notebook/terminal-extension": "~7.0.3",
23+
"@jupyter-notebook/tree": "~7.0.3",
24+
"@jupyter-notebook/tree-extension": "~7.0.3",
25+
"@jupyter-notebook/ui-components": "~7.0.3",
2626
"@jupyter/ydoc": "~1.0.2",
2727
"@jupyterlab/application": "~4.0.5",
2828
"@jupyterlab/application-extension": "~4.0.5",
@@ -116,17 +116,17 @@
116116
"yjs": "~13.6.7"
117117
},
118118
"dependencies": {
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",
119+
"@jupyter-notebook/application": "^7.0.3",
120+
"@jupyter-notebook/application-extension": "^7.0.3",
121+
"@jupyter-notebook/console-extension": "^7.0.3",
122+
"@jupyter-notebook/docmanager-extension": "^7.0.3",
123+
"@jupyter-notebook/documentsearch-extension": "^7.0.3",
124+
"@jupyter-notebook/help-extension": "^7.0.3",
125+
"@jupyter-notebook/notebook-extension": "^7.0.3",
126+
"@jupyter-notebook/terminal-extension": "^7.0.3",
127+
"@jupyter-notebook/tree": "^7.0.3",
128+
"@jupyter-notebook/tree-extension": "^7.0.3",
129+
"@jupyter-notebook/ui-components": "^7.0.3",
130130
"@jupyterlab/application-extension": "^4.0.5",
131131
"@jupyterlab/apputils-extension": "^4.0.5",
132132
"@jupyterlab/attachments": "^4.0.5",

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.0.2",
3+
"version": "7.0.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
@@ -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.2"
8+
__version__ = "7.0.3"
99

1010
# PEP440 version parser
1111
_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.0.2",
3+
"version": "7.0.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.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"
23+
"@jupyter-notebook/application": "^7.0.3",
24+
"@jupyter-notebook/application-extension": "^7.0.3",
25+
"@jupyter-notebook/console-extension": "^7.0.3",
26+
"@jupyter-notebook/docmanager-extension": "^7.0.3",
27+
"@jupyter-notebook/documentsearch-extension": "^7.0.3",
28+
"@jupyter-notebook/help-extension": "^7.0.3",
29+
"@jupyter-notebook/lab-extension": "^7.0.3",
30+
"@jupyter-notebook/notebook-extension": "^7.0.3",
31+
"@jupyter-notebook/terminal-extension": "^7.0.3",
32+
"@jupyter-notebook/tree": "^7.0.3",
33+
"@jupyter-notebook/tree-extension": "^7.0.3",
34+
"@jupyter-notebook/ui-components": "^7.0.3"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.0.2"

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.0.2",
3+
"version": "7.0.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.0.2",
42-
"@jupyter-notebook/ui-components": "^7.0.2",
41+
"@jupyter-notebook/application": "^7.0.3",
42+
"@jupyter-notebook/ui-components": "^7.0.3",
4343
"@jupyterlab/application": "^4.0.5",
4444
"@jupyterlab/apputils": "^4.1.5",
4545
"@jupyterlab/codeeditor": "^4.0.5",

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

packages/console-extension/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/console-extension",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

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.0.2",
3+
"version": "7.0.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.0.2",
41+
"@jupyter-notebook/application": "^7.0.3",
4242
"@jupyterlab/application": "^4.0.5",
4343
"@jupyterlab/coreutils": "^6.0.5",
4444
"@jupyterlab/docmanager": "^4.0.5",

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.0.2",
3+
"version": "7.0.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.0.2",
41+
"@jupyter-notebook/application": "^7.0.3",
4242
"@jupyterlab/application": "^4.0.5",
4343
"@jupyterlab/documentsearch": "^4.0.5",
4444
"@lumino/widgets": "^2.3.0"

packages/help-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/help-extension",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
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.2",
41+
"@jupyter-notebook/ui-components": "^7.0.3",
4242
"@jupyterlab/application": "^4.0.5",
4343
"@jupyterlab/apputils": "^4.1.5",
4444
"@jupyterlab/mainmenu": "^4.0.5",

packages/lab-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/lab-extension",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
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.2",
46+
"@jupyter-notebook/application": "^7.0.3",
4747
"@jupyterlab/application": "^4.0.5",
4848
"@jupyterlab/apputils": "^4.1.5",
4949
"@jupyterlab/coreutils": "^6.0.5",

packages/notebook-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/notebook-extension",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
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.2",
41+
"@jupyter-notebook/application": "^7.0.3",
4242
"@jupyterlab/application": "^4.0.5",
4343
"@jupyterlab/apputils": "^4.1.5",
4444
"@jupyterlab/cells": "^4.0.5",

packages/terminal-extension/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/terminal-extension",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Jupyter Notebook - Terminal Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/tree-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/tree-extension",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
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.2",
42-
"@jupyter-notebook/tree": "^7.0.2",
41+
"@jupyter-notebook/application": "^7.0.3",
42+
"@jupyter-notebook/tree": "^7.0.3",
4343
"@jupyterlab/application": "^4.0.5",
4444
"@jupyterlab/apputils": "^4.1.5",
4545
"@jupyterlab/coreutils": "^6.0.5",

packages/tree/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/tree",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
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.2",
41+
"@jupyter-notebook/application": "^7.0.3",
4242
"@jupyterlab/application": "^4.0.5",
4343
"@jupyterlab/apputils": "^4.1.5",
4444
"@jupyterlab/coreutils": "^6.0.5",

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

0 commit comments

Comments
 (0)