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 Sep 16, 2024
1 parent efdb970 commit e47f08c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/concepts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -825,9 +825,11 @@
" f\"$ {pint.Unit(prop.unit):~#L} $\",\n",
" prop.symbol,\n",
" prop.description or \"\",\n",
" f\"`{'` `'.join(prop.evaluate.__code__.co_varnames)}`\"\n",
" if isinstance(prop, xplt.properties.DerivedProperty)\n",
" else \"\",\n",
" (\n",
" f\"`{'` `'.join(prop.evaluate.__code__.co_varnames)}`\"\n",
" if isinstance(prop, xplt.properties.DerivedProperty)\n",
" else \"\"\n",
" ),\n",
" ]\n",
" # https://github.com/jupyter-book/jupyter-book/issues/1501#issuecomment-2301641068\n",
" display(Markdown(df.to_markdown()))\n",
Expand Down

0 comments on commit e47f08c

Please sign in to comment.