You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did something change with inline-results recently? This code previously worked:
(defunclj-plot (spec)
"Render a Vega-Lite specification, SPEC, in a Jupyter notebook"
(let ((yason:*list-encoder*'yason:encode-alist))
(jupyter:inline-result
(jsown:parse
(yason:with-output-to-string* (:stream-symbol s)
(yason:encode spec s)))
"application/vnd.vegalite.v3+json")))
but now returns an error The value "https://vega.github.io/schema/vega-lite/v5.json" is not of type LIST, which looks a bit like a JSON processing error.
The text was updated successfully, but these errors were encountered:
Did something change with inline-results recently? This code previously worked:
but now returns an error
The value "https://vega.github.io/schema/vega-lite/v5.json" is not of type LIST
, which looks a bit like a JSON processing error.The text was updated successfully, but these errors were encountered: