shoebot icon indicating copy to clipboard operation
shoebot copied to clipboard

SVG in notebook via show()

Open stuaxo opened this issue 6 years ago • 0 comments

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).

stuaxo avatar Feb 10 '20 12:02 stuaxo