Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inline-results changed? #80

Closed
Symbolics opened this issue Jun 1, 2021 · 1 comment
Closed

inline-results changed? #80

Symbolics opened this issue Jun 1, 2021 · 1 comment

Comments

@Symbolics
Copy link

Did something change with inline-results recently? This code previously worked:

(defun clj-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.

@yitzchak
Copy link
Owner

yitzchak commented Jun 1, 2021

Answered over in #16

@yitzchak yitzchak closed this as completed Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants