An open API service indexing awesome lists of open source software.

https://github.com/simonsfoundation/jp_svg_canvas

A very simple SVG canvas proxy widget for Jupyter visualizations
https://github.com/simonsfoundation/jp_svg_canvas

Last synced: 2 months ago
JSON representation

A very simple SVG canvas proxy widget for Jupyter visualizations

Awesome Lists containing this project

README

          

# jp_svg_canvas #

A very simple SVG canvas proxy widget for Jupyter visualizations.

The widget permits Python code to

- Create of SVG canvases on Jupyter *.ipynb notebooks.
- Add SVG objects to the canvas.
- Modify existing objects on the canvas by name.
- Delete named objects from the canvas.
- Respond to mouse events in the canvas.

**Notes**

I had to manually upgrade ipython and ipywidgets to the latest versions.

```
pip install ipython --upgrade
pip install ipywidgets --upgrade
```

[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/simonsfoundation/jp_svg_canvas)