@@ -20,23 +20,6 @@ You can try it online by clicking on this badge:
20
20
21
21
You can read the documentation following this link: https://ipycanvas.readthedocs.io
22
22
23
- ## Examples
24
-
25
- ### Create John Conway's Game Of Life
26
- ![ John Conway's Game Of Life] ( docs/source/images/ipycanvas_gameoflife.png )
27
-
28
- ### Draw Particles from IPython
29
- ![ Particles] ( docs/source/images/ipycanvas_particles.png )
30
-
31
- ### Custom Sprites
32
- ![ Sprites] ( docs/source/images/ipycanvas_sprites.png )
33
-
34
- ### Draw data directly from a NumPy array
35
- ![ NumPy] ( docs/source/images/ipycanvas_binary.png )
36
-
37
- ### Create your own plotting library ** fully** in Python
38
- ![ Plotting] ( docs/source/images/ipycanvas_scatter.png )
39
-
40
23
## Installation
41
24
42
25
You can install using ` pip ` :
@@ -57,3 +40,20 @@ And if you use jupyterlab:
57
40
conda install -c conda-forge nodejs
58
41
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipycanvas
59
42
```
43
+
44
+ ## Examples
45
+
46
+ ### Create John Conway's Game Of Life
47
+ ![ John Conway's Game Of Life] ( docs/source/images/ipycanvas_gameoflife.png )
48
+
49
+ ### Draw Particles from IPython
50
+ ![ Particles] ( docs/source/images/ipycanvas_particles.png )
51
+
52
+ ### Custom Sprites
53
+ ![ Sprites] ( docs/source/images/ipycanvas_sprites.png )
54
+
55
+ ### Draw data directly from a NumPy array
56
+ ![ NumPy] ( docs/source/images/ipycanvas_binary.png )
57
+
58
+ ### Create your own plotting library ** fully** in Python
59
+ ![ Plotting] ( docs/source/images/ipycanvas_scatter.png )
0 commit comments