Skip to content

Commit 48690a3

Browse files
committed
Publish 7.1.3
SHA256 hashes: jupyter-notebook-application-7.1.3.tgz: 41528ff758bd234bd27870cc1f3f1ee193041a0d7e45091857fb94a7a94b86a0 jupyter-notebook-application-extension-7.1.3.tgz: da65e256750c5a0e2d0c26409903ec19f78854f1573772c6e688ff24ca1cc4d9 jupyter-notebook-console-extension-7.1.3.tgz: 27a2e593ccc162797fba566f917afbde80117d91323aa63e43348fe4c8522bfe jupyter-notebook-docmanager-extension-7.1.3.tgz: 6dcd8c13004716d26173eba12b5d50b44bc895253bb5fe7a6374a12a116311e3 jupyter-notebook-documentsearch-extension-7.1.3.tgz: ba6ff062170104b2f0c788f44c7f6a27aab1c2ce43bd0d00a21ec0f489343ec2 jupyter-notebook-help-extension-7.1.3.tgz: a6165d620e0a5257d912f8b89e4f12133ea56e57827e64c043084a8eceb4b695 jupyter-notebook-lab-extension-7.1.3.tgz: a40c1e278923003d7294085f4c3f96fac81be3342c05c97f50f30d29fa249098 jupyter-notebook-notebook-extension-7.1.3.tgz: 1731e9122c3a529544aa8b7ff3f7ff1ad082afdcaece50e147797c0ca76340e4 jupyter-notebook-terminal-extension-7.1.3.tgz: 9d9858e6a1d8d4233afb1ad573ce026a4cdf6442c88a55052ea81a600105ca26 jupyter-notebook-tree-7.1.3.tgz: a1915d70444a36910043ac4c4971d94367318ce3f73bd8b37cbaf40600e41c04 jupyter-notebook-tree-extension-7.1.3.tgz: 9bd61e8107105719594e3f4f29b4c670907a227522290413c11a63f630761d68 jupyter-notebook-ui-components-7.1.3.tgz: c9d48b7105aa77ec487305d75ba4576dd5bf226ac3492ba7217f82c69e353be2 notebook-7.1.3-py3-none-any.whl: 919b911e59f41f6e3857ce93c9d93535ba66bb090059712770e5968c07e1004d notebook-7.1.3.tar.gz: 41fcebff44cf7bb9377180808bcbae066629b55d8c7722f1ebbe75ca44f9cfc1
1 parent c1453ab commit 48690a3

File tree

18 files changed

+129
-111
lines changed

18 files changed

+129
-111
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,26 @@ increasing awareness of the notebook state and enabling users to quickly navigat
108108

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

111+
## 7.1.3
112+
113+
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.2...c1453abee561292f2182c4bda6cb6383224c1fcb))
114+
115+
### Bugs fixed
116+
117+
- Fix scrollbar always showing up by default [#7327](https://github.com/jupyter/notebook/pull/7327) ([@jtpio](https://github.com/jtpio))
118+
119+
### Maintenance and upkeep improvements
120+
121+
- Ignore links to GitHub user and organisation profiles [#7308](https://github.com/jupyter/notebook/pull/7308) ([@jtpio](https://github.com/jtpio))
122+
123+
### Contributors to this release
124+
125+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-03-14&to=2024-04-17&type=c))
126+
127+
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-03-14..2024-04-17&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-03-14..2024-04-17&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-03-14..2024-04-17&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2024-03-14..2024-04-17&type=Issues)
128+
129+
<!-- <END NEW CHANGELOG ENTRY> -->
130+
111131
## 7.1.2
112132

113133
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.1...ca41222a9c8d75356c6d67d3bd36e34d71cce2d8))
@@ -128,8 +148,6 @@ increasing awareness of the notebook state and enabling users to quickly navigat
128148

129149
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2024-02-26..2024-03-14&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2024-02-26..2024-03-14&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-02-26..2024-03-14&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-02-26..2024-03-14&type=Issues)
130150

131-
<!-- <END NEW CHANGELOG ENTRY> -->
132-
133151
## 7.1.1
134152

135153
([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.0...da7b8d400e96ceff0eec834badd891bc5d5f154d))

app/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.1.2",
3+
"version": "7.1.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.21.3",
15-
"@jupyter-notebook/application": "~7.1.2",
16-
"@jupyter-notebook/application-extension": "~7.1.2",
17-
"@jupyter-notebook/console-extension": "~7.1.2",
18-
"@jupyter-notebook/docmanager-extension": "~7.1.2",
19-
"@jupyter-notebook/documentsearch-extension": "~7.1.2",
20-
"@jupyter-notebook/help-extension": "~7.1.2",
21-
"@jupyter-notebook/notebook-extension": "~7.1.2",
22-
"@jupyter-notebook/terminal-extension": "~7.1.2",
23-
"@jupyter-notebook/tree": "~7.1.2",
24-
"@jupyter-notebook/tree-extension": "~7.1.2",
25-
"@jupyter-notebook/ui-components": "~7.1.2",
15+
"@jupyter-notebook/application": "~7.1.3",
16+
"@jupyter-notebook/application-extension": "~7.1.3",
17+
"@jupyter-notebook/console-extension": "~7.1.3",
18+
"@jupyter-notebook/docmanager-extension": "~7.1.3",
19+
"@jupyter-notebook/documentsearch-extension": "~7.1.3",
20+
"@jupyter-notebook/help-extension": "~7.1.3",
21+
"@jupyter-notebook/notebook-extension": "~7.1.3",
22+
"@jupyter-notebook/terminal-extension": "~7.1.3",
23+
"@jupyter-notebook/tree": "~7.1.3",
24+
"@jupyter-notebook/tree-extension": "~7.1.3",
25+
"@jupyter-notebook/ui-components": "~7.1.3",
2626
"@jupyter/ydoc": "~1.1.1",
2727
"@jupyterlab/application": "~4.1.5",
2828
"@jupyterlab/application-extension": "~4.1.5",
@@ -120,17 +120,17 @@
120120
"yjs": "~13.6.8"
121121
},
122122
"dependencies": {
123-
"@jupyter-notebook/application": "^7.1.2",
124-
"@jupyter-notebook/application-extension": "^7.1.2",
125-
"@jupyter-notebook/console-extension": "^7.1.2",
126-
"@jupyter-notebook/docmanager-extension": "^7.1.2",
127-
"@jupyter-notebook/documentsearch-extension": "^7.1.2",
128-
"@jupyter-notebook/help-extension": "^7.1.2",
129-
"@jupyter-notebook/notebook-extension": "^7.1.2",
130-
"@jupyter-notebook/terminal-extension": "^7.1.2",
131-
"@jupyter-notebook/tree": "^7.1.2",
132-
"@jupyter-notebook/tree-extension": "^7.1.2",
133-
"@jupyter-notebook/ui-components": "^7.1.2",
123+
"@jupyter-notebook/application": "^7.1.3",
124+
"@jupyter-notebook/application-extension": "^7.1.3",
125+
"@jupyter-notebook/console-extension": "^7.1.3",
126+
"@jupyter-notebook/docmanager-extension": "^7.1.3",
127+
"@jupyter-notebook/documentsearch-extension": "^7.1.3",
128+
"@jupyter-notebook/help-extension": "^7.1.3",
129+
"@jupyter-notebook/notebook-extension": "^7.1.3",
130+
"@jupyter-notebook/terminal-extension": "^7.1.3",
131+
"@jupyter-notebook/tree": "^7.1.3",
132+
"@jupyter-notebook/tree-extension": "^7.1.3",
133+
"@jupyter-notebook/ui-components": "^7.1.3",
134134
"@jupyterlab/application-extension": "~4.1.5",
135135
"@jupyterlab/apputils-extension": "~4.1.5",
136136
"@jupyterlab/attachments": "~4.1.5",

buildutils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

notebook/_version.py

+1-1
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.1.2"
8+
__version__ = "7.1.3"
99

1010
# PEP440 version parser
1111
_version_regex = re.compile(

packages/_metapackage/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.1.2",
3+
"version": "7.1.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.1.2",
24-
"@jupyter-notebook/application-extension": "^7.1.2",
25-
"@jupyter-notebook/console-extension": "^7.1.2",
26-
"@jupyter-notebook/docmanager-extension": "^7.1.2",
27-
"@jupyter-notebook/documentsearch-extension": "^7.1.2",
28-
"@jupyter-notebook/help-extension": "^7.1.2",
29-
"@jupyter-notebook/lab-extension": "^7.1.2",
30-
"@jupyter-notebook/notebook-extension": "^7.1.2",
31-
"@jupyter-notebook/terminal-extension": "^7.1.2",
32-
"@jupyter-notebook/tree": "^7.1.2",
33-
"@jupyter-notebook/tree-extension": "^7.1.2",
34-
"@jupyter-notebook/ui-components": "^7.1.2"
23+
"@jupyter-notebook/application": "^7.1.3",
24+
"@jupyter-notebook/application-extension": "^7.1.3",
25+
"@jupyter-notebook/console-extension": "^7.1.3",
26+
"@jupyter-notebook/docmanager-extension": "^7.1.3",
27+
"@jupyter-notebook/documentsearch-extension": "^7.1.3",
28+
"@jupyter-notebook/help-extension": "^7.1.3",
29+
"@jupyter-notebook/lab-extension": "^7.1.3",
30+
"@jupyter-notebook/notebook-extension": "^7.1.3",
31+
"@jupyter-notebook/terminal-extension": "^7.1.3",
32+
"@jupyter-notebook/tree": "^7.1.3",
33+
"@jupyter-notebook/tree-extension": "^7.1.3",
34+
"@jupyter-notebook/ui-components": "^7.1.3"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.0.2"

packages/application-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.1.2",
3+
"version": "7.1.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.1.2",
42-
"@jupyter-notebook/ui-components": "^7.1.2",
41+
"@jupyter-notebook/application": "^7.1.3",
42+
"@jupyter-notebook/ui-components": "^7.1.3",
4343
"@jupyterlab/application": "~4.1.5",
4444
"@jupyterlab/apputils": "~4.2.5",
4545
"@jupyterlab/codeeditor": "~4.1.5",

packages/application/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Jupyter Notebook - Console 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.1.2",
41+
"@jupyter-notebook/application": "^7.1.3",
4242
"@jupyterlab/application": "~4.1.5",
4343
"@jupyterlab/console": "~4.1.5",
4444
"@jupyterlab/coreutils": "~6.1.5",

packages/docmanager-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.1.2",
3+
"version": "7.1.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.1.2",
41+
"@jupyter-notebook/application": "^7.1.3",
4242
"@jupyterlab/application": "~4.1.5",
4343
"@jupyterlab/coreutils": "~6.1.5",
4444
"@jupyterlab/docmanager": "~4.1.5",

packages/documentsearch-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.1.2",
3+
"version": "7.1.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.1.2",
41+
"@jupyter-notebook/application": "^7.1.3",
4242
"@jupyterlab/application": "~4.1.5",
4343
"@jupyterlab/documentsearch": "~4.1.5",
4444
"@lumino/widgets": "^2.3.1"

packages/help-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/help-extension",
3-
"version": "7.1.2",
3+
"version": "7.1.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.1.2",
41+
"@jupyter-notebook/ui-components": "^7.1.3",
4242
"@jupyterlab/application": "~4.1.5",
4343
"@jupyterlab/apputils": "~4.2.5",
4444
"@jupyterlab/mainmenu": "~4.1.5",

packages/lab-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/lab-extension",
3-
"version": "7.1.2",
3+
"version": "7.1.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.1.2",
46+
"@jupyter-notebook/application": "^7.1.3",
4747
"@jupyterlab/application": "~4.1.5",
4848
"@jupyterlab/apputils": "~4.2.5",
4949
"@jupyterlab/coreutils": "~6.1.5",

packages/notebook-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/notebook-extension",
3-
"version": "7.1.2",
3+
"version": "7.1.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.1.2",
41+
"@jupyter-notebook/application": "^7.1.3",
4242
"@jupyterlab/application": "~4.1.5",
4343
"@jupyterlab/apputils": "~4.2.5",
4444
"@jupyterlab/cells": "~4.1.5",

packages/terminal-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/terminal-extension",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Jupyter Notebook - Terminal 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.1.2",
41+
"@jupyter-notebook/application": "^7.1.3",
4242
"@jupyterlab/application": "~4.1.5",
4343
"@jupyterlab/coreutils": "~6.1.5",
4444
"@jupyterlab/terminal": "~4.1.5",

packages/tree-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree-extension",
3-
"version": "7.1.2",
3+
"version": "7.1.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.1.2",
42-
"@jupyter-notebook/tree": "^7.1.2",
41+
"@jupyter-notebook/application": "^7.1.3",
42+
"@jupyter-notebook/tree": "^7.1.3",
4343
"@jupyterlab/application": "~4.1.5",
4444
"@jupyterlab/apputils": "~4.2.5",
4545
"@jupyterlab/coreutils": "~6.1.5",

packages/tree/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree",
3-
"version": "7.1.2",
3+
"version": "7.1.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.1.2",
41+
"@jupyter-notebook/application": "^7.1.3",
4242
"@jupyterlab/application": "~4.1.5",
4343
"@jupyterlab/apputils": "~4.2.5",
4444
"@jupyterlab/coreutils": "~6.1.5",

packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/ui-components",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)