Skip to content

Commit

Permalink
Publish 7.0.0b3
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-notebook-application-7.0.0-beta.3.tgz: 1a32d6e0b2d359e255b6a98378f48f3e6100514b9e9550d62ebd4f6821ea2545

jupyter-notebook-application-extension-7.0.0-beta.3.tgz: 70e9e6edcd627ca9b6c09cd68ec361e01160b3e49bbc5fc518d2835e83367ca4

jupyter-notebook-console-extension-7.0.0-beta.3.tgz: bcd66610500134b8c1de8f945eff0b8fc1972539c909fbeaff4b8758a311fe6a

jupyter-notebook-docmanager-extension-7.0.0-beta.3.tgz: 7f5ad03c2b41b33dc0a23415f2a04c1a6027ce6cc59ad684086fb4f53845550d

jupyter-notebook-documentsearch-extension-7.0.0-beta.3.tgz: 78d65b8279edd4a4c1b33b83ab2964cf9d78aa46dd87631a842c05847871088f

jupyter-notebook-help-extension-7.0.0-beta.3.tgz: 6dce35676c6c7e5fdac9e5a40f223920569c34ddf26e0579ed144118e0a8c3a8

jupyter-notebook-lab-extension-7.0.0-beta.3.tgz: 4864c11dc7ac6b2e4b46272694dbfd18a70f310ac919a3d7d0e9d754cb0ee722

jupyter-notebook-notebook-extension-7.0.0-beta.3.tgz: 42527a093e22de680ac3238311bfcdef792dd52c15a54eca6ee1f9c26e41a62c

jupyter-notebook-terminal-extension-7.0.0-beta.3.tgz: c9fd225c5654178c9d7bb84d1f33bae58f58361a71a36da1ac4057c3073f6470

jupyter-notebook-tree-7.0.0-beta.3.tgz: 02d848af9232a2cad79aaf9ce788d8b258c91ad8dcbdc20782cb1cfb8ce4e778

jupyter-notebook-tree-extension-7.0.0-beta.3.tgz: cf9f6461aa7926a8500fba0484e8a2c3a192b785ca693f984eae002087f18b10

jupyter-notebook-ui-components-7.0.0-beta.3.tgz: 6788b80a53fca10d4fd75f7195fbe9b69b81e0dcd3b6ba70c81ac8778046a6f8

notebook-7.0.0b3-py3-none-any.whl: 6b3b854241d57a4969c8b667047471df26c0e75d3e49d3caaa3b528d1cbbc027

notebook-7.0.0b3.tar.gz: 5507449334c145e2a863ddb34498607d2394f35610923631d2f133c7c11e6da1
  • Loading branch information
jtpio committed May 25, 2023
1 parent 93e4d5e commit 185778b
Show file tree
Hide file tree
Showing 18 changed files with 136 additions and 105 deletions.
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,38 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with

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

## 7.0.0b3

([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b2...93e4d5e1c6ed7a3a4875eed284255587ac293819))

### Enhancements made

- Copy edits for `migrate_to_notebook7` [#6879](https://github.com/jupyter/notebook/pull/6879) ([@JasonWeill](https://github.com/JasonWeill))
- Enable add a cell button [#6872](https://github.com/jupyter/notebook/pull/6872) ([@tuncbkose](https://github.com/tuncbkose))
- Update to JupyterLab 4 final [#6871](https://github.com/jupyter/notebook/pull/6871) ([@jtpio](https://github.com/jtpio))
- Remove "Close Tab" menu entry [#6843](https://github.com/jupyter/notebook/pull/6843) ([@timmerk3](https://github.com/timmerk3))

### Bugs fixed

- Fix handling of the default factory in the URL [#6873](https://github.com/jupyter/notebook/pull/6873) ([@jtpio](https://github.com/jtpio))

### Maintenance and upkeep improvements

- Update to Playwright 1.33 [#6874](https://github.com/jupyter/notebook/pull/6874) ([@jtpio](https://github.com/jtpio))
- Fix check links on CI [#6870](https://github.com/jupyter/notebook/pull/6870) ([@jtpio](https://github.com/jtpio))

### Documentation improvements

- Copy edits for `migrate_to_notebook7` [#6879](https://github.com/jupyter/notebook/pull/6879) ([@JasonWeill](https://github.com/JasonWeill))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-05-09&to=2023-05-25&type=c))

[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-05-09..2023-05-25&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-05-09..2023-05-25&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2023-05-09..2023-05-25&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-05-09..2023-05-25&type=Issues) | [@timmerk3](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atimmerk3+updated%3A2023-05-09..2023-05-25&type=Issues) | [@tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atuncbkose+updated%3A2023-05-09..2023-05-25&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 7.0.0b2

([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b1...c0071d796019c0221df4900313b51c0529438bcf))
Expand All @@ -38,8 +70,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with

[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-04-28..2023-05-09&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-04-28..2023-05-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-04-28..2023-05-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-04-28..2023-05-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-04-28..2023-05-09&type=Issues) | [@seirani](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aseirani+updated%3A2023-04-28..2023-05-09&type=Issues) | [@yumyumqing](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayumyumqing+updated%3A2023-04-28..2023-05-09&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 7.0.0b1

([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b0...4b6af274b24bcc20e43ad2330c9243c8d2c7d552))
Expand Down
47 changes: 24 additions & 23 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"private": true,
"scripts": {
"build": "webpack",
Expand All @@ -12,17 +12,17 @@
"resolutions": {
"@codemirror/state": "~6.2.0",
"@codemirror/view": "~6.11.0",
"@jupyter-notebook/application": "~7.0.0-beta.2",
"@jupyter-notebook/application-extension": "~7.0.0-beta.2",
"@jupyter-notebook/console-extension": "~7.0.0-beta.2",
"@jupyter-notebook/docmanager-extension": "~7.0.0-beta.2",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.2",
"@jupyter-notebook/help-extension": "~7.0.0-beta.2",
"@jupyter-notebook/notebook-extension": "~7.0.0-beta.2",
"@jupyter-notebook/terminal-extension": "~7.0.0-beta.2",
"@jupyter-notebook/tree": "~7.0.0-beta.2",
"@jupyter-notebook/tree-extension": "~7.0.0-beta.2",
"@jupyter-notebook/ui-components": "~7.0.0-beta.2",
"@jupyter-notebook/application": "~7.0.0-beta.3",
"@jupyter-notebook/application-extension": "~7.0.0-beta.3",
"@jupyter-notebook/console-extension": "~7.0.0-beta.3",
"@jupyter-notebook/docmanager-extension": "~7.0.0-beta.3",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.3",
"@jupyter-notebook/help-extension": "~7.0.0-beta.3",
"@jupyter-notebook/notebook-extension": "~7.0.0-beta.3",
"@jupyter-notebook/terminal-extension": "~7.0.0-beta.3",
"@jupyter-notebook/tree": "~7.0.0-beta.3",
"@jupyter-notebook/tree-extension": "~7.0.0-beta.3",
"@jupyter-notebook/ui-components": "~7.0.0-beta.3",
"@jupyter/ydoc": "~1.0.2",
"@jupyterlab/application": "~4.0.0",
"@jupyterlab/application-extension": "~4.0.0",
Expand Down Expand Up @@ -63,6 +63,7 @@
"@jupyterlab/mainmenu-extension": "~4.0.0",
"@jupyterlab/markedparser-extension": "~4.0.0",
"@jupyterlab/mathjax-extension": "~4.0.0",
"@jupyterlab/metadataform": "~4.0.0",
"@jupyterlab/metadataform-extension": "~4.0.0",
"@jupyterlab/notebook": "~4.0.0",
"@jupyterlab/notebook-extension": "~4.0.0",
Expand Down Expand Up @@ -111,17 +112,17 @@
"yjs": "~13.6.1"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-beta.2",
"@jupyter-notebook/application-extension": "^7.0.0-beta.2",
"@jupyter-notebook/console-extension": "^7.0.0-beta.2",
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.2",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.2",
"@jupyter-notebook/help-extension": "^7.0.0-beta.2",
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.2",
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.2",
"@jupyter-notebook/tree": "^7.0.0-beta.2",
"@jupyter-notebook/tree-extension": "^7.0.0-beta.2",
"@jupyter-notebook/ui-components": "^7.0.0-beta.2",
"@jupyter-notebook/application": "^7.0.0-beta.3",
"@jupyter-notebook/application-extension": "^7.0.0-beta.3",
"@jupyter-notebook/console-extension": "^7.0.0-beta.3",
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.3",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.3",
"@jupyter-notebook/help-extension": "^7.0.0-beta.3",
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.3",
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.3",
"@jupyter-notebook/tree": "^7.0.0-beta.3",
"@jupyter-notebook/tree-extension": "^7.0.0-beta.3",
"@jupyter-notebook/ui-components": "^7.0.0-beta.3",
"@jupyterlab/application-extension": "^4.0.0",
"@jupyterlab/apputils-extension": "^4.0.0",
"@jupyterlab/cell-toolbar-extension": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/buildutils",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"private": true,
"description": "Jupyter Notebook - Build Utilities",
"homepage": "https://github.com/jupyter/notebook",
Expand Down
2 changes: 1 addition & 1 deletion notebook/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from collections import namedtuple

# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "7.0.0b2"
__version__ = "7.0.0b3"

# PEP440 version parser
_version_regex = re.compile(
Expand Down
26 changes: 13 additions & 13 deletions packages/_metapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/metapackage",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"private": true,
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",
Expand All @@ -20,18 +20,18 @@
"watch": "tsc -b -w --preserveWatchOutput"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-beta.2",
"@jupyter-notebook/application-extension": "^7.0.0-beta.2",
"@jupyter-notebook/console-extension": "^7.0.0-beta.2",
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.2",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.2",
"@jupyter-notebook/help-extension": "^7.0.0-beta.2",
"@jupyter-notebook/lab-extension": "^7.0.0-beta.2",
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.2",
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.2",
"@jupyter-notebook/tree": "^7.0.0-beta.2",
"@jupyter-notebook/tree-extension": "^7.0.0-beta.2",
"@jupyter-notebook/ui-components": "^7.0.0-beta.2"
"@jupyter-notebook/application": "^7.0.0-beta.3",
"@jupyter-notebook/application-extension": "^7.0.0-beta.3",
"@jupyter-notebook/console-extension": "^7.0.0-beta.3",
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.3",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.3",
"@jupyter-notebook/help-extension": "^7.0.0-beta.3",
"@jupyter-notebook/lab-extension": "^7.0.0-beta.3",
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.3",
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.3",
"@jupyter-notebook/tree": "^7.0.0-beta.3",
"@jupyter-notebook/tree-extension": "^7.0.0-beta.3",
"@jupyter-notebook/ui-components": "^7.0.0-beta.3"
},
"devDependencies": {
"typescript": "~5.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application-extension",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Application Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-beta.2",
"@jupyter-notebook/ui-components": "^7.0.0-beta.2",
"@jupyter-notebook/application": "^7.0.0-beta.3",
"@jupyter-notebook/ui-components": "^7.0.0-beta.3",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/codeeditor": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Application",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/console-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/console-extension",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Console Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/docmanager-extension",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Document Manager Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/documentsearch-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/documentsearch-extension",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Document Search Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-beta.2",
"@jupyter-notebook/application": "^7.0.0-beta.3",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/documentsearch": "^4.0.0",
"@lumino/widgets": "^2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/help-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/help-extension",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Help Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.0.0-beta.2",
"@jupyter-notebook/ui-components": "^7.0.0-beta.3",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/mainmenu": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lab-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/lab-extension",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Lab Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-beta.2",
"@jupyter-notebook/application": "^7.0.0-beta.3",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/notebook-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/notebook-extension",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Notebook Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-beta.2",
"@jupyter-notebook/application": "^7.0.0-beta.3",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/cells": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/terminal-extension",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Terminal Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tree-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree-extension",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Tree Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-beta.2",
"@jupyter-notebook/tree": "^7.0.0-beta.2",
"@jupyter-notebook/application": "^7.0.0-beta.3",
"@jupyter-notebook/tree": "^7.0.0-beta.3",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - Tree",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-beta.2",
"@jupyter-notebook/application": "^7.0.0-beta.3",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/ui-components",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down

0 comments on commit 185778b

Please sign in to comment.