Publish 7.0.0a14

SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.14.tgz: 67ce18c024592c13b4d584eadcda97d577e54fa1994a04242b780a25457244d2

jupyter-notebook-application-extension-7.0.0-alpha.14.tgz: 7d6ef5b6a90b580366d9213f2b8aa132e8f1999561ef2e66c9d09d7950aca73e

jupyter-notebook-console-extension-7.0.0-alpha.14.tgz: 6a782ba056badc366859dabdf152188a0d96a5a41f227541d5c258653d5fff38

jupyter-notebook-docmanager-extension-7.0.0-alpha.14.tgz: 3e212b60db495daa5e5162638c33bd79b7b727fa0d0ffb8a40dce0bbc63306d5

jupyter-notebook-documentsearch-extension-7.0.0-alpha.14.tgz: 30b92eb5a5de4c9f3cc156b4fca848e17323df2141396f29f7cd300918765615

jupyter-notebook-help-extension-7.0.0-alpha.14.tgz: 5732c5549f215976eb3f475745afd010702d3ef7ae4e5b81be40b955b861ac26

jupyter-notebook-lab-extension-7.0.0-alpha.14.tgz: 61a1324c9b76306233531b31101f6de7abede7a369a997e3d603aaea407f9cbf

jupyter-notebook-notebook-extension-7.0.0-alpha.14.tgz: 06871b8108a648c3327146885bcdbe595fc6f71e80d3b0f47ae71d7bc07944a6

jupyter-notebook-terminal-extension-7.0.0-alpha.14.tgz: 201e65e5a653933a4388a66d52d7f051cfb4442edb59d8ff24fefa8d0b31d0c7

jupyter-notebook-tree-7.0.0-alpha.14.tgz: 24fea7713c1a8c08feda7ae9d97f02fd3b1d6da42a0064a828a390da82db9817

jupyter-notebook-tree-extension-7.0.0-alpha.14.tgz: f416902b3d034bbe10ec0663ae9404b26d27f751d7bb02e41939a4b8eb5b9dd9

jupyter-notebook-ui-components-7.0.0-alpha.14.tgz: 2aa5b0998b4b03ef7a62eb116b758c03a2a4d0c678dc067cc5bfd30559dfdfea

notebook-7.0.0a14-py3-none-any.whl: 4754b3226320cb8ae9d4200b004a8046d4a065c142892b9d45c1ab449ca5024d

notebook-7.0.0a14.tar.gz: 101fb64c77d16a5dc66b29a854d32ed735b15c2cec82745f96810d455d0bc3de
This commit is contained in:
jtpio 2023-03-01 12:35:47 +00:00
parent f9e427cf4e
commit 0f5f3deafa
17 changed files with 81 additions and 56 deletions

View File

@ -14,6 +14,37 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
<!-- <START NEW CHANGELOG ENTRY> -->
## 7.0.0a14
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a13...f9e427cf4e92dbaa5794fe0331ca92b41d45d52c))
### Enhancements made
- Fix loading of plugins [#6750](https://github.com/jupyter/notebook/pull/6750) ([@jtpio](https://github.com/jtpio))
- Add the extension manager [#6747](https://github.com/jupyter/notebook/pull/6747) ([@jtpio](https://github.com/jtpio))
- File browser CSS tweaks [#6738](https://github.com/jupyter/notebook/pull/6738) ([@jtpio](https://github.com/jtpio))
- Add trusted indicator [#6736](https://github.com/jupyter/notebook/pull/6736) ([@jtpio](https://github.com/jtpio))
### Maintenance and upkeep improvements
- Clean up license [#6743](https://github.com/jupyter/notebook/pull/6743) ([@dcsaba89](https://github.com/dcsaba89))
- Update to TypeScript 5 [#6735](https://github.com/jupyter/notebook/pull/6735) ([@jtpio](https://github.com/jtpio))
- Enable `nx` [#6718](https://github.com/jupyter/notebook/pull/6718) ([@jtpio](https://github.com/jtpio))
### Documentation improvements
- Corrected "Recomment" to "Recommend" [#6741](https://github.com/jupyter/notebook/pull/6741) ([@Tony-j77](https://github.com/Tony-j77))
- Docs: add migrate to notebook7 page [#6737](https://github.com/jupyter/notebook/pull/6737) ([@echarles](https://github.com/echarles))
- Add section about updating reference snapshots [#6733](https://github.com/jupyter/notebook/pull/6733) ([@jtpio](https://github.com/jtpio))
### Contributors to this release
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-02-15&to=2023-03-01&type=c))
[@dcsaba89](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adcsaba89+updated%3A2023-02-15..2023-03-01&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2023-02-15..2023-03-01&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-02-15..2023-03-01&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-02-15..2023-03-01&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2023-02-15..2023-03-01&type=Issues) | [@Tony-j77](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ATony-j77+updated%3A2023-02-15..2023-03-01&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 7.0.0a13
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a12...ef67879306b27dfa78b8d639d9cc142b50f8c7ba))
@ -37,8 +68,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-02-08..2023-02-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-02-08..2023-02-15&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-02-08..2023-02-15&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-02-08..2023-02-15&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 7.0.0a12
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a11...27c2bfbb80d42a3fd2541b13fae6143e2e91e4dd))

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"private": true,
"scripts": {
"build": "webpack",
@ -10,17 +10,17 @@
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@jupyter-notebook/application": "~7.0.0-alpha.13",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.13",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.13",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.13",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.13",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.13",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.13",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.13",
"@jupyter-notebook/tree": "~7.0.0-alpha.13",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.13",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.13",
"@jupyter-notebook/application": "~7.0.0-alpha.14",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/tree": "~7.0.0-alpha.14",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.14",
"@jupyter/ydoc": "~0.3.1",
"@jupyterlab/application": "~4.0.0-alpha.19",
"@jupyterlab/application-extension": "~4.0.0-alpha.19",
@ -106,17 +106,17 @@
"yjs": "~13.5.45"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.13",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.13",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.13",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.13",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.13",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.13",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.13",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.13",
"@jupyter-notebook/tree": "^7.0.0-alpha.13",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.13",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.13",
"@jupyter-notebook/application": "^7.0.0-alpha.14",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/tree": "^7.0.0-alpha.14",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.14",
"@jupyterlab/application-extension": "^4.0.0-alpha.19",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.19",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.19",
@ -179,12 +179,7 @@
},
"jupyterlab": {
"name": "Jupyter Notebook",
"mimeExtensions": {
"@jupyterlab/javascript-extension": true,
"@jupyterlab/json-extension": true,
"@jupyterlab/pdf-extension": true,
"@jupyterlab/vega5-extension": true
},
"mimeExtensions": {},
"plugins": {
"/": {
"@jupyter-notebook/application-extension": true,
@ -369,6 +364,7 @@
"react",
"react-dom",
"yjs"
]
],
"linkedPackages": {}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/buildutils",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"private": true,
"description": "Jupyter Notebook - Build Utilities",
"homepage": "https://github.com/jupyter/notebook",

View File

@ -5,7 +5,7 @@ import re
from collections import namedtuple
# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "7.0.0a13"
__version__ = "7.0.0a14"
# PEP440 version parser
_version_regex = re.compile(

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/metapackage",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"private": true,
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application-extension",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Application Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,8 +38,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.13",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.13",
"@jupyter-notebook/application": "^7.0.0-alpha.14",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.14",
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/apputils": "^4.0.0-alpha.19",
"@jupyterlab/celltags": "^4.0.0-alpha.19",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Application",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/console-extension",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Console Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/docmanager-extension",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Document Manager Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/documentsearch-extension",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Document Search Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.13",
"@jupyter-notebook/application": "^7.0.0-alpha.14",
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/documentsearch": "^4.0.0-alpha.19",
"@lumino/widgets": "^2.0.0-beta.1"

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/help-extension",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Help Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.0.0-alpha.13",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.14",
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/apputils": "^4.0.0-alpha.19",
"@jupyterlab/mainmenu": "^4.0.0-alpha.19",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/lab-extension",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Lab Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -43,7 +43,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.13",
"@jupyter-notebook/application": "^7.0.0-alpha.14",
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/apputils": "^4.0.0-alpha.19",
"@jupyterlab/coreutils": "^6.0.0-alpha.19",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/notebook-extension",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Notebook Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.13",
"@jupyter-notebook/application": "^7.0.0-alpha.14",
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/apputils": "^4.0.0-alpha.19",
"@jupyterlab/cells": "^4.0.0-alpha.19",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/terminal-extension",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Terminal Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree-extension",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Tree Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,8 +38,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.13",
"@jupyter-notebook/tree": "^7.0.0-alpha.13",
"@jupyter-notebook/application": "^7.0.0-alpha.14",
"@jupyter-notebook/tree": "^7.0.0-alpha.14",
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/apputils": "^4.0.0-alpha.19",
"@jupyterlab/coreutils": "^6.0.0-alpha.19",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - Tree",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.13",
"@jupyter-notebook/application": "^7.0.0-alpha.14",
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/apputils": "^4.0.0-alpha.19",
"@jupyterlab/coreutils": "^6.0.0-alpha.19",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/ui-components",
"version": "7.0.0-alpha.13",
"version": "7.0.0-alpha.14",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {