Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 30, 2024
1 parent d815288 commit 54d89b8
Showing 1 changed file with 5 additions and 46 deletions.
51 changes: 5 additions & 46 deletions docs/notebooks/intro_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "actual-thirty",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -49,62 +49,21 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "f93e79e9",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Printing order 0 triangle\n",
"*\n",
"Printing order 1 triangle\n",
" * \n",
"* *\n",
"Printing order 2 triangle\n",
" * \n",
" * * \n",
" * * \n",
"* * * *\n"
]
}
],
"outputs": [],
"source": [
"for order in range(3):\n",
" sierpinsky(order)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "526ac5db",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Printing order 4 triangle\n",
" * \n",
" * * \n",
" * * \n",
" * * * * \n",
" * * \n",
" * * * * \n",
" * * * * \n",
" * * * * * * * * \n",
" * * \n",
" * * * * \n",
" * * * * \n",
" * * * * * * * * \n",
" * * * * \n",
" * * * * * * * * \n",
" * * * * * * * * \n",
"* * * * * * * * * * * * * * * *\n"
]
}
],
"outputs": [],
"source": [
"sierpinsky(4)"
]
Expand Down

0 comments on commit 54d89b8

Please sign in to comment.