Skip to content

Commit 0402c01

Browse files
committed
Publish 7.0.0
SHA256 hashes: jupyter-notebook-application-7.0.0.tgz: c197f3dd303aa7d7ee6cfbe4ae164322c81a32eb477d2d147d49b1b26e9825f3 jupyter-notebook-application-extension-7.0.0.tgz: 55c856d93265a34487119d21b7a9e50e3bad33083517caf831fbbd34471af075 jupyter-notebook-console-extension-7.0.0.tgz: 54703bf084401bfd357eb000f0bd6a0c5951b7e52cb57fdbf4dda38907e1167d jupyter-notebook-docmanager-extension-7.0.0.tgz: f7b514c6022e4b686baaa8a5284c8ead2398edc3c409e8ed8b045219db9d230c jupyter-notebook-documentsearch-extension-7.0.0.tgz: 6c555a0a326c7f1c46efce0506ecc56303c10b17ba552fc82d879f795f8e28ca jupyter-notebook-help-extension-7.0.0.tgz: 6e12d64c207dab736a3c86ae51892cc200efcf261e2ecd0471afb0e7ea52724e jupyter-notebook-lab-extension-7.0.0.tgz: 6845502edd16f9e63fb4ca000b7e39869b67da8c6a7c21dbbb93e6dae52e2db2 jupyter-notebook-notebook-extension-7.0.0.tgz: 5e5ccee4d2bdc3a5b7346e7f4d372710766ecfa20366ec3a2a41d760491a30a6 jupyter-notebook-terminal-extension-7.0.0.tgz: 99cf9a87fa3e673f014ffb0e84a63a826942fc2efeaac1fce152c98a05adb2df jupyter-notebook-tree-7.0.0.tgz: 7ac00214fb1a8ca841be31faf6ff8ae4cd5673f715421895e0ab16f1855ce35e jupyter-notebook-tree-extension-7.0.0.tgz: 328629d39d799b276a3e743cc0fe55159cb61c388af18443d4099b64a2cc6ac0 jupyter-notebook-ui-components-7.0.0.tgz: 9f74e79b0ff08716a55e3f7baa1c911c5c38233679597710809a93863b904f82 notebook-7.0.0-py3-none-any.whl: 71b4e695e658763a2766613176491854708fb46fbe7664bf5e494deeeab92d60 notebook-7.0.0.tar.gz: 38b55e6939df0ba73b53212c3b234e41102f1789e0158606cedaebf00abef6c8
1 parent 2be98e8 commit 0402c01

File tree

18 files changed

+142
-106
lines changed

18 files changed

+142
-106
lines changed

CHANGELOG.md

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

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

17+
## 7.0.0
18+
19+
Jupyter Notebook 7 is released :tada:
20+
21+
Check the changelog: https://jupyter-notebook.readthedocs.io/en/latest/changelog.html
22+
23+
And the new features in Notebook 7: https://jupyter-notebook.readthedocs.io/en/latest/notebook_7_features.html
24+
25+
Migration Guide: https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html
26+
27+
______________________________________________________________________
28+
29+
For reference here is the changelog since the last `7.0.0rc2` release.
30+
31+
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0rc2...2be98e8f39af7f3ec2729006018f6baf0998f94b))
32+
33+
### Bugs fixed
34+
35+
- Update Jupytext Notebook url path [#6961](https://github.com/jupyter/notebook/pull/6961) ([@RRosio](https://github.com/RRosio))
36+
37+
### Maintenance and upkeep improvements
38+
39+
- Fix hatch version when going from rc [#6971](https://github.com/jupyter/notebook/pull/6971) ([@jtpio](https://github.com/jtpio))
40+
- Update to JupyterLab 4.0.3 [#6967](https://github.com/jupyter/notebook/pull/6967) ([@jtpio](https://github.com/jtpio))
41+
- Bump semver from 7.5.0 to 7.5.3 in /ui-tests [#6950](https://github.com/jupyter/notebook/pull/6950) ([@dependabot](https://github.com/dependabot))
42+
43+
### Documentation improvements
44+
45+
- fix: update link to troubleshooting guidelines [#6964](https://github.com/jupyter/notebook/pull/6964) ([@emmanuel-ferdman](https://github.com/emmanuel-ferdman))
46+
47+
### Contributors to this release
48+
49+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-06-26&to=2023-07-19&type=c))
50+
51+
[@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-06-26..2023-07-19&type=Issues) | [@emmanuel-ferdman](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aemmanuel-ferdman+updated%3A2023-06-26..2023-07-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-06-26..2023-07-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-06-26..2023-07-19&type=Issues) | [@parmentelat](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aparmentelat+updated%3A2023-06-26..2023-07-19&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-06-26..2023-07-19&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2023-06-26..2023-07-19&type=Issues)
52+
53+
<!-- <END NEW CHANGELOG ENTRY> -->
54+
1755
## 7.0.0rc2
1856

1957
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0rc1...27c00bc56afaa5b89713f760b0cc6eb88079224e))
@@ -29,8 +67,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
2967

3068
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-06-22..2023-06-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-06-22..2023-06-26&type=Issues) | [@parmentelat](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aparmentelat+updated%3A2023-06-22..2023-06-26&type=Issues)
3169

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3470
## 7.0.0rc1
3571

3672
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0rc0...8493e1ba21ebaca5c192d68bdc829ccc5b29a799))

app/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.0.0-rc.2",
3+
"version": "7.0.0",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.2.1",
1414
"@codemirror/view": "~6.13.2",
15-
"@jupyter-notebook/application": "~7.0.0-rc.2",
16-
"@jupyter-notebook/application-extension": "~7.0.0-rc.2",
17-
"@jupyter-notebook/console-extension": "~7.0.0-rc.2",
18-
"@jupyter-notebook/docmanager-extension": "~7.0.0-rc.2",
19-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-rc.2",
20-
"@jupyter-notebook/help-extension": "~7.0.0-rc.2",
21-
"@jupyter-notebook/notebook-extension": "~7.0.0-rc.2",
22-
"@jupyter-notebook/terminal-extension": "~7.0.0-rc.2",
23-
"@jupyter-notebook/tree": "~7.0.0-rc.2",
24-
"@jupyter-notebook/tree-extension": "~7.0.0-rc.2",
25-
"@jupyter-notebook/ui-components": "~7.0.0-rc.2",
15+
"@jupyter-notebook/application": "~7.0.0",
16+
"@jupyter-notebook/application-extension": "~7.0.0",
17+
"@jupyter-notebook/console-extension": "~7.0.0",
18+
"@jupyter-notebook/docmanager-extension": "~7.0.0",
19+
"@jupyter-notebook/documentsearch-extension": "~7.0.0",
20+
"@jupyter-notebook/help-extension": "~7.0.0",
21+
"@jupyter-notebook/notebook-extension": "~7.0.0",
22+
"@jupyter-notebook/terminal-extension": "~7.0.0",
23+
"@jupyter-notebook/tree": "~7.0.0",
24+
"@jupyter-notebook/tree-extension": "~7.0.0",
25+
"@jupyter-notebook/ui-components": "~7.0.0",
2626
"@jupyter/ydoc": "~1.0.2",
2727
"@jupyterlab/application": "~4.0.3",
2828
"@jupyterlab/application-extension": "~4.0.3",
@@ -101,7 +101,7 @@
101101
"@lezer/highlight": "~1.1.6",
102102
"@lumino/algorithm": "~2.0.0",
103103
"@lumino/application": "~2.1.1",
104-
"@lumino/commands": "~2.1.2",
104+
"@lumino/commands": "~2.1.1",
105105
"@lumino/coreutils": "~2.1.1",
106106
"@lumino/disposable": "~2.1.1",
107107
"@lumino/domutils": "~2.0.0",
@@ -116,17 +116,17 @@
116116
"yjs": "~13.6.2"
117117
},
118118
"dependencies": {
119-
"@jupyter-notebook/application": "^7.0.0-rc.2",
120-
"@jupyter-notebook/application-extension": "^7.0.0-rc.2",
121-
"@jupyter-notebook/console-extension": "^7.0.0-rc.2",
122-
"@jupyter-notebook/docmanager-extension": "^7.0.0-rc.2",
123-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-rc.2",
124-
"@jupyter-notebook/help-extension": "^7.0.0-rc.2",
125-
"@jupyter-notebook/notebook-extension": "^7.0.0-rc.2",
126-
"@jupyter-notebook/terminal-extension": "^7.0.0-rc.2",
127-
"@jupyter-notebook/tree": "^7.0.0-rc.2",
128-
"@jupyter-notebook/tree-extension": "^7.0.0-rc.2",
129-
"@jupyter-notebook/ui-components": "^7.0.0-rc.2",
119+
"@jupyter-notebook/application": "^7.0.0",
120+
"@jupyter-notebook/application-extension": "^7.0.0",
121+
"@jupyter-notebook/console-extension": "^7.0.0",
122+
"@jupyter-notebook/docmanager-extension": "^7.0.0",
123+
"@jupyter-notebook/documentsearch-extension": "^7.0.0",
124+
"@jupyter-notebook/help-extension": "^7.0.0",
125+
"@jupyter-notebook/notebook-extension": "^7.0.0",
126+
"@jupyter-notebook/terminal-extension": "^7.0.0",
127+
"@jupyter-notebook/tree": "^7.0.0",
128+
"@jupyter-notebook/tree-extension": "^7.0.0",
129+
"@jupyter-notebook/ui-components": "^7.0.0",
130130
"@jupyterlab/application-extension": "^4.0.3",
131131
"@jupyterlab/apputils-extension": "^4.0.3",
132132
"@jupyterlab/attachments": "^4.0.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.0.0-rc.2",
3+
"version": "7.0.0",
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.0rc2"
8+
__version__ = "7.0.0"
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.0-rc.2",
3+
"version": "7.0.0",
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.0-rc.2",
24-
"@jupyter-notebook/application-extension": "^7.0.0-rc.2",
25-
"@jupyter-notebook/console-extension": "^7.0.0-rc.2",
26-
"@jupyter-notebook/docmanager-extension": "^7.0.0-rc.2",
27-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-rc.2",
28-
"@jupyter-notebook/help-extension": "^7.0.0-rc.2",
29-
"@jupyter-notebook/lab-extension": "^7.0.0-rc.2",
30-
"@jupyter-notebook/notebook-extension": "^7.0.0-rc.2",
31-
"@jupyter-notebook/terminal-extension": "^7.0.0-rc.2",
32-
"@jupyter-notebook/tree": "^7.0.0-rc.2",
33-
"@jupyter-notebook/tree-extension": "^7.0.0-rc.2",
34-
"@jupyter-notebook/ui-components": "^7.0.0-rc.2"
23+
"@jupyter-notebook/application": "^7.0.0",
24+
"@jupyter-notebook/application-extension": "^7.0.0",
25+
"@jupyter-notebook/console-extension": "^7.0.0",
26+
"@jupyter-notebook/docmanager-extension": "^7.0.0",
27+
"@jupyter-notebook/documentsearch-extension": "^7.0.0",
28+
"@jupyter-notebook/help-extension": "^7.0.0",
29+
"@jupyter-notebook/lab-extension": "^7.0.0",
30+
"@jupyter-notebook/notebook-extension": "^7.0.0",
31+
"@jupyter-notebook/terminal-extension": "^7.0.0",
32+
"@jupyter-notebook/tree": "^7.0.0",
33+
"@jupyter-notebook/tree-extension": "^7.0.0",
34+
"@jupyter-notebook/ui-components": "^7.0.0"
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.0-rc.2",
3+
"version": "7.0.0",
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.0-rc.2",
42-
"@jupyter-notebook/ui-components": "^7.0.0-rc.2",
41+
"@jupyter-notebook/application": "^7.0.0",
42+
"@jupyter-notebook/ui-components": "^7.0.0",
4343
"@jupyterlab/application": "^4.0.3",
4444
"@jupyterlab/apputils": "^4.1.3",
4545
"@jupyterlab/codeeditor": "^4.0.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.0.0-rc.2",
3+
"version": "7.0.0",
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.0-rc.2",
3+
"version": "7.0.0",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/docmanager-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/docmanager-extension",
3-
"version": "7.0.0-rc.2",
3+
"version": "7.0.0",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

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.0-rc.2",
3+
"version": "7.0.0",
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.0-rc.2",
41+
"@jupyter-notebook/application": "^7.0.0",
4242
"@jupyterlab/application": "^4.0.3",
4343
"@jupyterlab/documentsearch": "^4.0.3",
4444
"@lumino/widgets": "^2.1.1"

0 commit comments

Comments
 (0)