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
- Host: GitHub
- URL: https://github.com/simonsfoundation/jp_svg_canvas
- Owner: simonsfoundation
- Created: 2015-09-10T15:58:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T17:45:00.000Z (over 6 years ago)
- Last Synced: 2025-03-12T08:44:41.688Z (over 1 year ago)
- Language: Python
- Size: 390 KB
- Stars: 2
- Watchers: 13
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```
[](http://mybinder.org/repo/simonsfoundation/jp_svg_canvas)