JSPM

  • Created
  • Published
  • Downloads 71
  • Score
    100M100P100Q66815F
  • License BSD-3-Clause

Interactive widgets library exposing the browser's Canvas API

Package Exports

  • ipycanvas

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 (ipycanvas) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ipycanvas

Interactive widgets library exposing the browser's Canvas API

Installation from sources

You can install using pip:

git clone https://github.com/martinRenou/ipycanvas
cd ipycanvas
pip install .

Or if you use jupyterlab:

git clone https://github.com/martinRenou/ipycanvas
cd ipycanvas
pip install .
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install .

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] ipycanvas