@jupyter-notebook/notebook-extension 7.3.0-beta.1 → 7.3.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +9 -9
package/lib/index.js CHANGED
@@ -336,6 +336,7 @@ const scrollOutput = {
336
336
  const autoScroll = (cell) => {
337
337
  if (!autoScrollOutputs) {
338
338
  // bail if disabled via the settings
339
+ cell.removeClass(SCROLLED_OUTPUTS_CLASS);
339
340
  return;
340
341
  }
341
342
  const { outputArea } = cell;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyter-notebook/notebook-extension",
3
- "version": "7.3.0-beta.1",
3
+ "version": "7.3.0-beta.2",
4
4
  "description": "Jupyter Notebook - Notebook Extension",
5
5
  "homepage": "https://github.com/jupyter/notebook",
6
6
  "bugs": {
@@ -38,14 +38,14 @@
38
38
  "watch": "tsc -b --watch"
39
39
  },
40
40
  "dependencies": {
41
- "@jupyter-notebook/application": "^7.3.0-beta.1",
42
- "@jupyterlab/application": "~4.3.0-rc.1",
43
- "@jupyterlab/apputils": "~4.4.0-rc.1",
44
- "@jupyterlab/cells": "~4.3.0-rc.1",
45
- "@jupyterlab/docmanager": "~4.3.0-rc.1",
46
- "@jupyterlab/notebook": "~4.3.0-rc.1",
47
- "@jupyterlab/settingregistry": "~4.3.0-rc.1",
48
- "@jupyterlab/translation": "~4.3.0-rc.1",
41
+ "@jupyter-notebook/application": "^7.3.0-beta.2",
42
+ "@jupyterlab/application": "~4.3.0",
43
+ "@jupyterlab/apputils": "~4.4.0",
44
+ "@jupyterlab/cells": "~4.3.0",
45
+ "@jupyterlab/docmanager": "~4.3.0",
46
+ "@jupyterlab/notebook": "~4.3.0",
47
+ "@jupyterlab/settingregistry": "~4.3.0",
48
+ "@jupyterlab/translation": "~4.3.0",
49
49
  "@lumino/polling": "^2.1.3",
50
50
  "@lumino/widgets": "^2.5.0",
51
51
  "react": "^18.2.0",