@jupyterlab/notebook
Advanced tools
Comparing version 4.1.3 to 4.2.0-alpha.0
@@ -183,2 +183,3 @@ // Copyright (c) Jupyter Development Team. | ||
description: trans.__('Search in the cell outputs.'), | ||
disabledDescription: trans.__('Search in the cell outputs (not available when replace options are shown).'), | ||
default: false, | ||
@@ -388,3 +389,3 @@ supportReplace: false | ||
title: trans.__('Confirmation'), | ||
body: trans.__('Searching outputs is expensive and requires to first rendered all outputs. Are you sure you want to search in the cell outputs?'), | ||
body: trans.__('Searching outputs requires you to run all cells and render their outputs. Are you sure you want to search in the cell outputs?'), | ||
buttons: [ | ||
@@ -391,0 +392,0 @@ Dialog.cancelButton({ label: trans.__('Cancel') }), |
{ | ||
"name": "@jupyterlab/notebook", | ||
"version": "4.1.3", | ||
"version": "4.2.0-alpha.0", | ||
"description": "JupyterLab - Notebook", | ||
@@ -45,19 +45,19 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"@jupyter/ydoc": "^1.1.1", | ||
"@jupyterlab/apputils": "^4.2.3", | ||
"@jupyterlab/cells": "^4.1.3", | ||
"@jupyterlab/codeeditor": "^4.1.3", | ||
"@jupyterlab/codemirror": "^4.1.3", | ||
"@jupyterlab/coreutils": "^6.1.3", | ||
"@jupyterlab/docregistry": "^4.1.3", | ||
"@jupyterlab/documentsearch": "^4.1.3", | ||
"@jupyterlab/lsp": "^4.1.3", | ||
"@jupyterlab/nbformat": "^4.1.3", | ||
"@jupyterlab/observables": "^5.1.3", | ||
"@jupyterlab/rendermime": "^4.1.3", | ||
"@jupyterlab/services": "^7.1.3", | ||
"@jupyterlab/settingregistry": "^4.1.3", | ||
"@jupyterlab/statusbar": "^4.1.3", | ||
"@jupyterlab/toc": "^6.1.3", | ||
"@jupyterlab/translation": "^4.1.3", | ||
"@jupyterlab/ui-components": "^4.1.3", | ||
"@jupyterlab/apputils": "^4.3.0-alpha.0", | ||
"@jupyterlab/cells": "^4.2.0-alpha.0", | ||
"@jupyterlab/codeeditor": "^4.2.0-alpha.0", | ||
"@jupyterlab/codemirror": "^4.2.0-alpha.0", | ||
"@jupyterlab/coreutils": "^6.2.0-alpha.0", | ||
"@jupyterlab/docregistry": "^4.2.0-alpha.0", | ||
"@jupyterlab/documentsearch": "^4.2.0-alpha.0", | ||
"@jupyterlab/lsp": "^4.2.0-alpha.0", | ||
"@jupyterlab/nbformat": "^4.2.0-alpha.0", | ||
"@jupyterlab/observables": "^5.2.0-alpha.0", | ||
"@jupyterlab/rendermime": "^4.2.0-alpha.0", | ||
"@jupyterlab/services": "^7.2.0-alpha.0", | ||
"@jupyterlab/settingregistry": "^4.2.0-alpha.0", | ||
"@jupyterlab/statusbar": "^4.2.0-alpha.0", | ||
"@jupyterlab/toc": "^6.2.0-alpha.0", | ||
"@jupyterlab/translation": "^4.2.0-alpha.0", | ||
"@jupyterlab/ui-components": "^4.2.0-alpha.0", | ||
"@lumino/algorithm": "^2.0.1", | ||
@@ -76,3 +76,3 @@ "@lumino/coreutils": "^2.1.2", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.1.3", | ||
"@jupyterlab/testing": "^4.2.0-alpha.0", | ||
"@types/jest": "^29.2.0", | ||
@@ -79,0 +79,0 @@ "jest": "^29.2.0", |
@@ -239,2 +239,5 @@ // Copyright (c) Jupyter Development Team. | ||
description: trans.__('Search in the cell outputs.'), | ||
disabledDescription: trans.__( | ||
'Search in the cell outputs (not available when replace options are shown).' | ||
), | ||
default: false, | ||
@@ -525,3 +528,3 @@ supportReplace: false | ||
body: trans.__( | ||
'Searching outputs is expensive and requires to first rendered all outputs. Are you sure you want to search in the cell outputs?' | ||
'Searching outputs requires you to run all cells and render their outputs. Are you sure you want to search in the cell outputs?' | ||
), | ||
@@ -528,0 +531,0 @@ buttons: [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1160810
27003
1