Skip to content

Plotting library for Jupyter Notebook in a sketchy look, from p5.scribble.js

Notifications You must be signed in to change notification settings

moz411/scribble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scribble

Draw 2D primitives in a sketchy look, from p5.scribble.js

Scribble

Installation

To install use pip:

$ pip install scribble
$ jupyter nbextension enable --py --sys-prefix scribble

For a development installation (requires npm),

$ git clone https://github.com/moz411/scribble.git
$ cd scribble
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix scribble
$ jupyter nbextension enable --py --sys-prefix scribble

About

Plotting library for Jupyter Notebook in a sketchy look, from p5.scribble.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages