Skip to content

Commit

Permalink
Reintroduced style block
Browse files Browse the repository at this point in the history
  • Loading branch information
PokkeFe committed Jun 30, 2021
1 parent 106e964 commit 431d537
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions text_extensions_for_pandas/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ def pretty_print_html(column: Union["SpanArray", "TokenSpanArray"],
show_offset_string = 'true' if show_offsets else 'false'

return textwrap.dedent(f"""
<style class="span-array-css">
{textwrap.indent(style_text, ' ')}
</style>
<script>
{{
{textwrap.indent(script_text, ' ')}
Expand Down

0 comments on commit 431d537

Please sign in to comment.