This commit is contained in:
2025-03-21 06:32:12 -05:00
parent 2f4519f5d7
commit ba12ae69f4
2 changed files with 1 additions and 24 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.idea
__pycache__
.ipynb_checkpoints

View File

@@ -174,30 +174,6 @@
")\n",
"display(Markdown(keypad_md_table(dispersed_interface.reshape(-1), keypad_size)))"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"hello\n"
]
}
],
"source": [
"print(\"hello\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {