Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2024
1 parent 440f6b9 commit dc05c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,15 @@
"\n",
"output = ipw.Output()\n",
"\n",
"\n",
"def render():\n",
" df = fetch_code_data()\n",
" paginated_table = create_paginated_table(df)\n",
" output.clear_output()\n",
" with output:\n",
" display(paginated_table)\n",
"\n",
"\n",
"display(output)\n",
"render()"
]
Expand All @@ -120,9 +122,7 @@
"metadata": {},
"outputs": [],
"source": [
"widget.quick_setup_button.on_click(\n",
" lambda _: render()\n",
")"
"widget.quick_setup_button.on_click(lambda _: render())"
]
}
],
Expand Down

0 comments on commit dc05c5e

Please sign in to comment.