Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jupyterlab/statusbar

Package Overview
Dependencies
Maintainers
14
Versions
350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/statusbar - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

6

lib/defaults/tabSpace.js

@@ -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;

36

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc