Huge News!Announcing our $40M Series B led by Abstract Ventures.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
  • Socket score

Version published
Weekly downloads
141
increased by56.67%
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

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

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