0.1.3 • Published 6 years ago

skynbextension v0.1.3

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
6 years ago

skynbextension

A JupyterLab extension.

此项目用于生成Jupyterlab的扩展,jupyterlab的扩展只是在前端的扩展。相应的jupyter后台扩展项目为jupyter_skydata.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install skynbextension

Development

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

npm install
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build