Skip to content

deathbeds/jupyterlab-literallycanvas

 
 

Repository files navigation

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

About

A JupyterLab renderer/editor for literallycanvas drawings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 51.7%
  • CSS 45.9%
  • Shell 2.4%