Skip to content

Commit 9fb582c

Browse files
committed
Clean up notebooks
1 parent 53338b1 commit 9fb582c

22 files changed

+232
-1101
lines changed

configuration/aries-args-advanced.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ debug-connections: true
5757
debug-credentials: true
5858
debug-presentations: true
5959
enable-undelivered-queue: true
60-
open-mediation: true

scripts/startup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
if [[ -z "${MULTITENANT_TUTORIAL}" ]]; then
2+
echo $MULTITENANT_TUTORIAL
23
python3 ./scripts/parse_yml_env_variables.py -c ./configuration/aries-args-multitenant.yaml;aca-py start --arg-file /tmp/agent_conf.yml
34
else
45
python3 ./scripts/parse_yml_env_variables.py -c ./configuration/aries-args-advanced.yaml;aca-py start --arg-file /tmp/agent_conf.yml

tutorials/1. Learning Aries, ACA-Py and the Basic Controller/notebooks/alice/1 Basic Concepts and 1st Connection/Part 2 - Aries Basic Controller.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,4 @@
351351
},
352352
"nbformat": 4,
353353
"nbformat_minor": 4
354-
}
354+
}

tutorials/1. Learning Aries, ACA-Py and the Basic Controller/notebooks/alice/1 Basic Concepts and 1st Connection/Part 3 - Establishing a Connection.ipynb

Lines changed: 37 additions & 30 deletions
Large diffs are not rendered by default.

tutorials/1. Learning Aries, ACA-Py and the Basic Controller/notebooks/alice/2 Credentials/Part 1 - Credential Schema and Definitions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,4 @@
350350
},
351351
"nbformat": 4,
352352
"nbformat_minor": 1
353-
}
353+
}

tutorials/1. Learning Aries, ACA-Py and the Basic Controller/notebooks/alice/2 Credentials/Part 3 - Present Proof.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,4 +394,4 @@
394394
},
395395
"nbformat": 4,
396396
"nbformat_minor": 1
397-
}
397+
}

tutorials/1. Learning Aries, ACA-Py and the Basic Controller/notebooks/alice/3 Messages/Part 1 - Basic Message.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@
195195
},
196196
"nbformat": 4,
197197
"nbformat_minor": 4
198-
}
198+
}

tutorials/1. Learning Aries, ACA-Py and the Basic Controller/notebooks/alice/4 Advanced Concepts/Part 3 - Out of Band Protocol.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@
165165
},
166166
"nbformat": 4,
167167
"nbformat_minor": 4
168-
}
168+
}

tutorials/1. Learning Aries, ACA-Py and the Basic Controller/notebooks/bob/2 Credentials/Part 2 - Issue Credential.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@
234234
},
235235
"nbformat": 4,
236236
"nbformat_minor": 4
237-
}
237+
}

tutorials/1. Learning Aries, ACA-Py and the Basic Controller/notebooks/bob/2 Credentials/Part 3 - Present Proof.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,4 @@
296296
},
297297
"nbformat": 4,
298298
"nbformat_minor": 4
299-
}
299+
}

0 commit comments

Comments
 (0)