0.1.2 • Published 5 years ago

@hscmap/jupyterlab-hscmap v0.1.2

Weekly downloads
3
License
pending
Repository
-
Last release
5 years ago

@hscmap/jupyterlab-hscmap

A JupyterLab extension for controlling hscMap from notebooks.

User Guide

Prerequisites

  • JupyterLab >= 1.0

Installation

  • JupyterLab extension
    jupyter labextension install @hscmap/jupyterlab-hscmap
  • Python module
    git clone https://hsc-gitlab.mtk.nao.ac.jp/ssp-software/jupyterlab-hscmap.git
    cp -r jupyterlab-hscmap/python/hscmap $SOMEWHERE_PYTHON_CAN_IMPORT_IT

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

See here for details.