Socket
Book a DemoInstallSign in
Socket

@jupyter-widgets/jupyterlab-manager

Package Overview
Dependencies
Maintainers
3
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyter-widgets/jupyterlab-manager

The JupyterLab extension providing Jupyter widgets.

Source
npmnpm
Version
0.36.0-1
Version published
Weekly downloads
8.6K
9.08%
Maintainers
3
Weekly downloads
 
Created
Source

Jupyter Widgets JupyterLab Extension

A JupyterLab extension for Jupyter/IPython widgets. Since JupyterLab is in its pre-release stage, this package integrating widgets into JupyterLab should also be considered experimental.

Package Install

Prerequisites

  • JupyterLab (see package.json for appropriate version, currently JupyterLab 0.27.0)
jupyter labextension install @jupyter-widgets/jupyterlab-manager

Version compatibility

Use the appropriate command from the following list to install a compatible JupyterLab extension.

  • For JupyterLab 0.30, use jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.31
  • For JupyterLab 0.31rc1, use jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.32
  • For JupyterLab 0.31rc2, use jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.33
  • For JupyterLab 0.31.x, use jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.34
  • For JupyterLab 0.32.x, use jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.35

Source Build

Prerequisites

git clone https://github.com/jupyter-widgets/ipywidgets.git
cd ipywidgets/packages/jupyterlab-manager
npm install
npm run build
jupyter labextension link .

Rebuild

If you want to pull in changes to Jupyter widgets, run npm run build at the ipywidgets repo root to update the version of Jupyter widgets in the node_modules directory and rebuild the JupyterLab extension.

Keywords

jupyter

FAQs

Package last updated on 17 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts