Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 981 Bytes

File metadata and controls

41 lines (29 loc) · 981 Bytes

nteract Data Explorer

Prerequisites

  • JupyterLab >=1.1.1

Installation

# Make sure the package is compiled before installation
conda activate jupyterlab-ext
npx lerna bootstrap
npx lerna run build --scope @tubitv/nteract-data-explorer

jupyter labextension install packages/nteract-data-explorer

Development

conda activate jupyterlab-ext

# Install npm package dependencies
npx lerna bootstrap

# Develop an extension
npx lerna run watch --stream --scope @tubitv/nteract-data-explorer
jupyter labextension install packages/nteract-data-explorer --no-build
jupyter lab --watch

# Publish changed extensions
npx lerna publish

References