JSPM

  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q56972F
  • License BSD-3-Clause

A custom Jupyter widget library built using the widget-ts-cookiecutter library'

Package Exports

  • clustergrammer2

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clustergrammer2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

clustergrammer2

Build Status codecov

A custom Jupyter widget library built using the widget-ts-cookiecutter library'

Installation

A typical installation requires the following commands to be run:

pip install clustergrammer2
jupyter nbextension enable --py [--sys-prefix|--user|--system] clustergrammer2

Or, if you use jupyterlab:

pip install clustergrammer2
jupyter labextension install @jupyter-widgets/jupyterlab-manager

Running Locally

widget-ts-cookiecutter release instructions

The release instructions from the jupyter-widgets/widget-ts-cookiecutterREADME.

Webpack

This will build the bundle, then build the nbextension and labextension (during development run npm run watch for real time updates):

$ npm run build
$ npm run build:nbextension
$ npm run build:labextension

Publish to npm using

$ npm publish

Next, bundle the python package using

$ python setup.py sdist bdist_wheel

Then, upload the PYPI:

$ twine upload dist/*