Skip to content

Commit 676d4b4

Browse files
authored
Update notebook descriptions in README.md
1 parent 1984890 commit 676d4b4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

examples/jupyter-notebooks/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,9 @@ CMD ["jupyter", "lab", "--ip=0.0.0.0", "--port=8888", \
7777

7878
| File | Description |
7979
|------|-------------|
80-
| `01_trig_functions.ipynb` | `sin(x)`, `cos(x)`, `tan(x)` with discontinuity detection |
81-
| `02_logarithms_roots.ipynb` | `log(x)`, `log10(x)`, `log2(x)`, `sqrt(x)`, `cbrt(x)` |
82-
| `03_implicit_circles_ellipses.ipynb` | `x²+y²=r²`, ellipses, shifted circles |
83-
| `04_polynomial.ipynb` | `(x+56)³` and other polynomial examples |
80+
| `functions.ipynb` | `sin(x)`, `cos(x)`, `tan(x)` with discontinuity detection |
81+
| `gradient.ipynb` | Gradient |
82+
| `set_pixel.ipynb` | Set Pixels |
8483

8584
---
8685

0 commit comments

Comments
 (0)