Skip to content

v0.1.9

Choose a tag to compare

@jph00 jph00 released this 01 Dec 23:41

New Features

  • add shell.run_async (#63), thanks to @comhar
  • Use pygments for md output rendering (#62)
  • Add optional image rendering control to render_outputs (#61), thanks to @ncoop57
  • Add option to use ansi2html renderer (#57), thanks to @Isaac-Flath

Bugs Squashed

  • Missing execution count in run cells (#65)
  • Fix matplotlib rendering in render_outputs (#64), thanks to @johnowhitaker