0.3.0 • Published 6 years ago

@deathbeds/jupyterlab-literallycanvas v0.3.0

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
6 years ago

jupyterlab-literallycanvas

binder-badge

A JupyterLab MIME renderer/editor for literallycanvas JSON

Prerequisites

  • JupyterLab 0.33
  • NodeJS LTS 8

For example

conda install -c conda-forge nodejs=8 jupyterlab=0.33

Installation

jupyter labextension install @deathbeds/jupyterlab-literallycanvas --no-build
jupyter lab build --dev

Development

For a development install (requires nodejs), do the following in the repository directory:

jlpm bootstrap

To rebuild the package and the JupyterLab app:

jlpm build
jupyter lab build

To continuously rebuild

jlpm watch
# in another terminal
jupyter lab build --watch