Skip to content

Commit

Permalink
Add Solutions, feedback, and License
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Oct 31, 2024
1 parent e89de21 commit 7c8c16e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ devbox run jupyter

This will take care of the correct python and nodejs version, install the packages, and run
the jupyter-lab.
You might need to add `--pure` to the command: `devbox run jupyter --pure`, to make sure no
other binaries from your computer interfere.

If the page doesn't open automatically on your computer, look at the output of the `devbox run jupyter` command:

```
Expand Down Expand Up @@ -108,3 +111,16 @@ The following exercises are available:
- Exercise 4 - ZKP Measurements
- Exercise 4a - ZKP Measurements calculations
- Exercise 4b - Plotting of results

# Solutions

There are now solutions to the challenges and questions in the exercises.
You can find them in the `exercise-x-solution` files.

# Feedback

Happy to receive feedback at [email protected].

# LICENSE

This is licensed under CC BY-SA 4.0 and MIT license.

0 comments on commit 7c8c16e

Please sign in to comment.