Skip to content

Commit

Permalink
Print repr also as a terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed May 9, 2019
1 parent d0e8a6b commit 54b33cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/convert_nb.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<pre>{{ output.text | ansi2html }}</pre>
</div>
{% endblock stream %}
{% block data_text scoped %}
<div class="output_subarea output_stream output_stdout output_text">
<pre>{{ output.data['text/plain'] | ansi2html }}</pre>
</div>
{% endblock data_text %}
"""})

for infile in glob("nb/*.ipynb"):
Expand Down

0 comments on commit 54b33cb

Please sign in to comment.