-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Solutions, feedback, and License
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
``` | ||
|
@@ -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. |