show() now correctly interprets matplotlib figures or axes
optional argument to show() to prevent fallback to stringification if the type being displayed is not known (e.g., this might allow us to implement a jupyter-like force show() of the last line of code
factored out code for displaying a bokeh plot from code needed to inject displays into bokeh's native show() method
vizierdb.show()
now aliased as justshow()
show()
now correctly interprets a bokeh plot (mitigates conflicts w/ native bokeh plots)show()
now correctly interprets objects with a _reprhtml method (https://github.com/VizierDB/web-ui/issues/244)show()
now correctly interprets matplotlib figures or axesshow()
method