shoebot
shoebot copied to clipboard
SVG in notebook via show()
It looks like there is no call to self.snapshot if 'svg' is specified as format for show.
https://github.com/shoebot/shoebot/blob/752532e1d78b5474af435b2fdeea692737761b22/shoebot/grammar/bot.py#L362
There should be a ValueError if format is neither 'svg' or 'png'
Needs a test (at least to check for the ValueError).