Nathaniel Nicandro
Nathaniel Nicandro
This error would still happen with `perspective.el` now since `persp-curr` is not defined as a variable anymore, but as a function in newer versions https://github.com/nex3/perspective-el/blob/2c8cf56d170c3eb1fcc1a8fe41026b780e0ffead/perspective.el#L216
I don't know how practical it would be to print out the javascript since it looks like `vega-lite` produces minified `javascript` and Emacs will slow down to be nearly unusable...
A long term goal of this package is to eventually use xwidgets for rendering javascript. But I am using the `emacs-mac` port on macOS which doesn't have good native support...
So to summarize what we have so far: The issue is that there is currently no support for handling the `application/javascript` mimetype in the REPL or in `org-mode` source block...
With (2), (3), and (4) we still need to figure out how to preserve the results across sessions since the actual javascript used to produce the result would be lost....
Yeah I was thinking that we could somehow preserve the javascript for exporting as well as generating the `png` or `svg` and using it as a stand-in for the real...
@lane-s Thanks for putting in the effort, and sorry for the delay in responding. > How should we recognize and handle charts that are embedded in html? How about having...
> First of all, thank you for writing such a great package. Your welcome. > currently running block is marked as such. Yes I was thinking of having some marker...
Would #341 solve this problem? It would allow you to specify the Jupyter command to use. Also wouldn't kernelspecs be a solution? Define a kernelspec that uses a shell script...
Can you set `jupyter--debug` to `t` before you run the code block and then paste here all the messages generated in the `*Messages*` buffer when you run a code block...