Skip to content

Commit

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

jupyter-notebook-application-7.0.0-alpha.18.tgz: 7429a90998f35085aadb76209372eda9dd724dae5d37920f1bd408f7e8a21e9f

jupyter-notebook-application-extension-7.0.0-alpha.18.tgz: 5ad1dbf554f5c60b02271b833292f12bcf29e5c0f5545c0da7261265dd428b70

jupyter-notebook-console-extension-7.0.0-alpha.18.tgz: fb191b75147c484bf3f80c1fb70f7ddf0fdca5893f4f5d9eda92261c0812de40

jupyter-notebook-docmanager-extension-7.0.0-alpha.18.tgz: da55183e6c91a872b2808058ff9fcd3c1674ab6091e98d1293247380725854d9

jupyter-notebook-documentsearch-extension-7.0.0-alpha.18.tgz: 31c9e401e830fa0f9b9c874379961f1cdd666a7e59cce91e771b79b081e75d45

jupyter-notebook-help-extension-7.0.0-alpha.18.tgz: e396ac5ea05c903d7a3c813c825ba5428a69592203a9d2781843ce365a755b82

jupyter-notebook-lab-extension-7.0.0-alpha.18.tgz: 29a92b4d6f1bde0b83c11f47decc8ad09dd8b4d9fa5b59ed056eabc8065aefe4

jupyter-notebook-notebook-extension-7.0.0-alpha.18.tgz: 0de2251e846eae92f496cfee43cbb232e81b172f296cdca953092218b7728149

jupyter-notebook-terminal-extension-7.0.0-alpha.18.tgz: 47ba30ad9a52788e55e77c77935e537054e0540b580c5646e2d7b6f194597a6a

jupyter-notebook-tree-7.0.0-alpha.18.tgz: e5e1c73d6975681acf424b95d7dcce1fdce04acbfa613b5266edc6a64212c823

jupyter-notebook-tree-extension-7.0.0-alpha.18.tgz: 8dcc04b6bc9878051ac17e5d09cac21da6b978a447a6163b7018e13eb6e83c9d

jupyter-notebook-ui-components-7.0.0-alpha.18.tgz: b8caf1fc39584dc7bbb2ac739b327de82f4fc366795308a008e157ec8fec8220

notebook-7.0.0a18-py3-none-any.whl: 17d36528151e0b0e1bf318d2944520f98f08be2860d247c556185ea2bab6d5de

notebook-7.0.0a18.tar.gz: 3c1fb8d2a6087b3f043715679338ae2c7fd51b99405ec9acb22b28a254f90741
  • Loading branch information
jtpio committed Mar 24, 2023
1 parent 253efe2 commit e78f05b
Show file tree
Hide file tree
Showing 18 changed files with 120 additions and 105 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with

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

## 7.0.0a18

([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a17...253efe279f8c8005f016f3dfe28c22233ee1d2dd))

### Enhancements made

- Add back the `csvviewer-extension` [#6799](https://github.com/jupyter/notebook/pull/6799) ([@jtpio](https://github.com/jtpio))
- Fix JSON setting editor not opening issue [#6795](https://github.com/jupyter/notebook/pull/6795) ([@yumyumqing](https://github.com/yumyumqing))

### Contributors to this release

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

[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-20..2023-03-24&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-20..2023-03-24&type=Issues) | [@yumyumqing](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayumyumqing+updated%3A2023-03-20..2023-03-24&type=Issues)

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

## 7.0.0a17

([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a16...7903de83e83a6ce342d71895dc1e8c2ec8128174))
Expand All @@ -38,8 +55,6 @@ Check out the [JupyterLab `4.0.0a37` release notes](https://github.com/jupyterla

[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-15..2023-03-20&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-15..2023-03-20&type=Issues) | [@tarunsamanta2k20](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atarunsamanta2k20+updated%3A2023-03-15..2023-03-20&type=Issues)

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

## 7.0.0a16

([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a15...0faa88c8b65e0302f1904e4ca9cd2e551525f352))
Expand Down
46 changes: 23 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-alpha.17",
"version": "7.0.0-alpha.18",
"private": true,
"scripts": {
"build": "webpack",
Expand All @@ -10,17 +10,17 @@
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@jupyter-notebook/application": "~7.0.0-alpha.17",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/tree": "~7.0.0-alpha.17",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.17",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.17",
"@jupyter-notebook/application": "~7.0.0-alpha.18",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.18",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.18",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.18",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.18",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.18",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.18",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.18",
"@jupyter-notebook/tree": "~7.0.0-alpha.18",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.18",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.18",
"@jupyter/ydoc": "~0.3.4",
"@jupyterlab/application": "~4.0.0-alpha.22",
"@jupyterlab/application-extension": "~4.0.0-alpha.22",
Expand Down Expand Up @@ -107,17 +107,17 @@
"yjs": "~13.5.51"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.17",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/tree": "^7.0.0-alpha.17",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.17",
"@jupyter-notebook/application": "^7.0.0-alpha.18",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/tree": "^7.0.0-alpha.18",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.18",
"@jupyterlab/application-extension": "^4.0.0-alpha.22",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.22",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.22",
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-alpha.17",
"version": "7.0.0-alpha.18",
"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.0a17"
__version__ = "7.0.0a18"

# 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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/lab-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/tree": "^7.0.0-alpha.17",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.17",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.17"
"@jupyter-notebook/application": "^7.0.0-alpha.18",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/lab-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/tree": "^7.0.0-alpha.18",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.18",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.18"
},
"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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.17",
"@jupyter-notebook/application": "^7.0.0-alpha.18",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.18",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/celltags": "^4.0.0-alpha.20",
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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"@jupyter-notebook/application": "^7.0.0-alpha.18",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/documentsearch": "^4.0.0-alpha.22",
"@lumino/widgets": "^2.0.0"
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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.18",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/mainmenu": "^4.0.0-alpha.22",
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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"@jupyter-notebook/application": "^7.0.0-alpha.18",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"@jupyter-notebook/application": "^7.0.0-alpha.18",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/cells": "^4.0.0-alpha.22",
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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"@jupyter-notebook/tree": "^7.0.0-alpha.17",
"@jupyter-notebook/application": "^7.0.0-alpha.18",
"@jupyter-notebook/tree": "^7.0.0-alpha.18",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
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-alpha.17",
"version": "7.0.0-alpha.18",
"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-alpha.17",
"@jupyter-notebook/application": "^7.0.0-alpha.18",
"@jupyterlab/application": "^4.0.0-alpha.22",
"@jupyterlab/apputils": "^4.0.0-alpha.22",
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
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-alpha.17",
"version": "7.0.0-alpha.18",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down

0 comments on commit e78f05b

Please sign in to comment.