VizierDB / web-api-async

Vizier Asynchronous Web API
Apache License 2.0
2 stars 2 forks source link

Magic output #62

Closed willspoth closed 4 years ago

willspoth commented 4 years ago

Auto-magically converts pandas dataframe and matplotlib plot outputs to view friendly outputs. Matplotlib images are svg's for now, in future could use backend server. Has hacky sanity checks for if last line is comment or is for loop or is print statement.

Toggled on by making first line #!magicoutput

TODO: calls last line twice, which could be dangerous, needs to tie into execution engine better to obtain type safely