Skip to content

Commit 817e79a

Browse files
committed
Update README
Signed-off-by: martinRenou <[email protected]>
1 parent 3c6b6be commit 817e79a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,6 @@ You can try it online by clicking on this badge:
2020

2121
You 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

4225
You can install using `pip`:
@@ -57,3 +40,20 @@ And if you use jupyterlab:
5740
conda install -c conda-forge nodejs
5841
jupyter 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

Comments
 (0)