New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dask-labextension

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dask-labextension

A JupyterLab extension for dask.

0.2.0
Source
npm
Version published
Weekly downloads
95
18.75%
Maintainers
1
Weekly downloads
 
Created
Source

Dask JupyterLab Extension

This package provides a JupyterLab extension to embed Dask's dashboard plots directly into JupyterLab panes.

Requirements

JupyterLab >= 0.35 distributed >= 0.19

Installation

Install using the command line with

jupyter labextension install dask-labextension

For development

As described in the JupyterLab documentation for a development install you can run the following in this directory:

npm install   # Install npm package dependencies
npm run build  # Compile the TypeScript sources to Javascript
jupyter labextension install  # Install the current directory as an extension

To rebuild the extension bundle:

npm run build

Keywords

jupyter

FAQs

Package last updated on 05 Oct 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