@@ -20,23 +20,6 @@ You can try it online by clicking on this badge:
2020
2121You can read the documentation following this link: https://ipycanvas.readthedocs.io
2222
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-
4023## Installation
4124
4225You can install using ` pip ` :
@@ -57,3 +40,20 @@ And if you use jupyterlab:
5740conda install -c conda-forge nodejs
5841jupyter labextension install @jupyter-widgets/jupyterlab-manager ipycanvas
5942```
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