You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/martinRenou/ipycanvas?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9
+
[](https://gitter.im/jupyter-widgets-contrib/ipycanvas?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
10
10
11
11
ipycanvas is a lightweight, fast and stable library exposing the [browser's Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) to IPython.
12
12
It allows you to draw simple primitives directly from Python like text, lines, polygons, arcs, images etc. This simple toolset allows you to draw literally anything!
@@ -15,17 +15,17 @@ It allows you to draw simple primitives directly from Python like text, lines, p
You can read the documentation following this link: https://ipycanvas.readthedocs.io
23
23
24
24
## Questions?
25
25
26
-
If you have any question, or if you want to share what you do with ipycanvas, [start a new discussion on Github](https://github.com/martinRenou/ipycanvas/discussions/new)!
26
+
If you have any question, or if you want to share what you do with ipycanvas, [start a new discussion on Github](https://github.com/jupyter-widgets-contrib/ipycanvas/discussions/new)!
27
27
28
-
Or join the gitter channel: [](https://gitter.im/martinRenou/ipycanvas?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
28
+
Or join the gitter channel: [](https://gitter.im/jupyter-widgets-contrib/ipycanvas?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
29
29
30
30
## Installation
31
31
@@ -54,24 +54,24 @@ A development installation guide, can be found [here](https://ipycanvas.readthed
54
54
55
55
### Create John Conway's Game Of Life
56
56
57
-

57
+

58
58
59
59
### Give a "hand-drawn" style to your drawings using the RoughCanvas
Or you can run it directly in your browser using JupyterLite!!
18
18
@@ -22,7 +22,7 @@ Or you can run it directly in your browser using JupyterLite!!
22
22
Questions?
23
23
----------
24
24
25
-
If you have any question, or if you want to share what you do with ipycanvas, come `start a new discussion on Github <https://github.com/martinRenou/ipycanvas/discussions/new>`_!
25
+
If you have any question, or if you want to share what you do with ipycanvas, come `start a new discussion on Github <https://github.com/jupyter-widgets-contrib/ipycanvas/discussions/new>`_!
0 commit comments