master > master: notebook cleanup

This commit is contained in:
RD 2022-10-20 22:23:41 +02:00
parent 8ece98121d
commit a54f71a848
1 changed files with 0 additions and 4 deletions

View File

@ -48,8 +48,6 @@
"metadata": {},
"outputs": [],
"source": [
"A = np.random.randint(-100, 100, size=(4, 7));\n",
"\n",
"X = ['a', 'b', 'c', 'd', 'e'];\n",
"Y = [2, 3, 5, 7, 11, 13, 17];\n",
"Z = ['α', 'β', 'γ', 'δ'];\n",
@ -68,8 +66,6 @@
"metadata": {},
"outputs": [],
"source": [
"A = np.random.randint(-100, 100, size=(4, 7));\n",
"\n",
"X = randomset_alphabet(N=3);\n",
"Y = randomset_integers(N=5);\n",
"Z = randomset_greek(N=7);\n",