@jupyterlab/statusbar
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -48,3 +48,9 @@ "use strict"; | ||
}); | ||
menu.aboutToClose.connect(this._onClickMenuDispose); | ||
}; | ||
this._onClickMenuDispose = (sender) => { | ||
sender.node.focus(); | ||
this._popup.dispose(); | ||
sender.aboutToClose.connect(this._onClickMenuDispose); | ||
}; | ||
this._onActiveCellChange = (_tracker, cell) => { | ||
@@ -51,0 +57,0 @@ let settingsConnector; |
{ | ||
"name": "@jupyterlab/statusbar", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A status bar for JupyterLab", | ||
@@ -41,19 +41,19 @@ "keywords": [ | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.18.2", | ||
"@jupyterlab/apputils": "^0.18.2", | ||
"@jupyterlab/cells": "^0.18.2", | ||
"@jupyterlab/codeeditor": "^0.18.2", | ||
"@jupyterlab/codemirror": "^0.18.2", | ||
"@jupyterlab/console": "^0.18.2", | ||
"@jupyterlab/coreutils": "^2.1.2", | ||
"@jupyterlab/docmanager": "^0.18.2", | ||
"@jupyterlab/docregistry": "^0.18.2", | ||
"@jupyterlab/filebrowser": "^0.18.2", | ||
"@jupyterlab/fileeditor": "^0.18.2", | ||
"@jupyterlab/inspector": "^0.18.2", | ||
"@jupyterlab/mainmenu": "^0.7.2", | ||
"@jupyterlab/notebook": "^0.18.2", | ||
"@jupyterlab/observables": "^2.0.5", | ||
"@jupyterlab/services": "^3.1.2", | ||
"@jupyterlab/tooltip": "^0.18.2", | ||
"@jupyterlab/application": "^0.18.3", | ||
"@jupyterlab/apputils": "^0.18.3", | ||
"@jupyterlab/cells": "^0.18.3", | ||
"@jupyterlab/codeeditor": "^0.18.3", | ||
"@jupyterlab/codemirror": "^0.18.3", | ||
"@jupyterlab/console": "^0.18.3", | ||
"@jupyterlab/coreutils": "^2.1.3", | ||
"@jupyterlab/docmanager": "^0.18.3", | ||
"@jupyterlab/docregistry": "^0.18.3", | ||
"@jupyterlab/filebrowser": "^0.18.3", | ||
"@jupyterlab/fileeditor": "^0.18.3", | ||
"@jupyterlab/inspector": "^0.18.3", | ||
"@jupyterlab/mainmenu": "^0.7.3", | ||
"@jupyterlab/notebook": "^0.18.3", | ||
"@jupyterlab/observables": "^2.0.6", | ||
"@jupyterlab/services": "^3.1.3", | ||
"@jupyterlab/tooltip": "^0.18.3", | ||
"@phosphor/algorithm": "^1.1.2", | ||
@@ -60,0 +60,0 @@ "@phosphor/application": "^1.6.0", |
# JupyterLab Status Bar | ||
This extension creates a generic statusbar to showcase the various states of JupyterLab. Different components will render depending on the active context: notebook, console, file editor, and terminal. This extension can be used by other | ||
extensions to add custom elements into the statusbar. | ||
extensions to add custom elements into the statusbar. | ||
@@ -16,7 +16,11 @@ Changing Contexts | ||
## Optional Dependencies | ||
## Optional Dependencies | ||
- [nbresuse](https://github.com/yuvipanda/nbresuse) <br /> | ||
Upon installation, NB resource usage extension will appear in the status bar. | ||
- [nbresuse](https://github.com/yuvipanda/nbresuse) | ||
```bash | ||
pip install nbresuse | ||
jupyter serverextension enable --py nbresuse | ||
``` | ||
## Installation | ||
@@ -23,0 +27,0 @@ |
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
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
139846
3458
47
Updated@jupyterlab/apputils@^0.18.3
Updated@jupyterlab/cells@^0.18.3
Updated@jupyterlab/console@^0.18.3
Updated@jupyterlab/coreutils@^2.1.3
Updated@jupyterlab/mainmenu@^0.7.3
Updated@jupyterlab/notebook@^0.18.3
Updated@jupyterlab/services@^3.1.3
Updated@jupyterlab/tooltip@^0.18.3