refactor: move jupyter notebook example to pyezkl (#262)

This commit is contained in:
dante
2023-05-30 12:24:59 +01:00
committed by GitHub
parent bff1b7abee
commit daae9e1544
2 changed files with 1 additions and 240 deletions

View File

@@ -32,7 +32,7 @@ In the backend we use [Halo2](https://github.com/privacy-scaling-explorations/ha
| --- | --- |
| [docs](https://docs.ezkl.xyz ) | the official ezkl docs page |
| [tutorial](https://github.com/zkonduit/pyezkl/tree/main/examples/tutorial) | end-to-end tutorial using pytorch and ezkl |
| [notebook](https://github.com/zkonduit/ezkl/blob/main/examples/notebook/ezkl_demo.ipynb) | end-to-end tutorial using pytorch and ezkl in a jupyter notebook |
| [notebook](https://github.com/zkonduit/pyezkl/blob/main/examples/ezkl_demo.ipynb) | end-to-end tutorial using pytorch and ezkl in a jupyter notebook |
| `cargo doc --open` | compile and open the docs in your default browser |