Gregory Schwartz
Gregory Schwartz
For me, exporting a wide table results in a very wide table in the html, no scrolling. So it goes way beyond the rest of the text instead of stopping...
I believe that's how altair does it https://altair-viz.github.io/user_guide/saving_charts.html, by sending the `json` to a browser and exporting either a `png` or an `svg`. Should this be done at the kernel...
Looking into it further, I think the front-end should handle this, as the kernel should just report the result (which is javascript).
Would it be possible to use emacs' xwidget for this?
The result is preserved as an `svg` or `png`, right? Like with all other plots, if something new is needed then the block is rerun. If you mean to have...
In that case, (3) would be best to start (using geckoengine or whatever altair does) and (4) would be long term interactive coolness (but not necessary if the export is...
I ran into an instance where JSON parsing was impossible due to the size of the string (too large for R). There should be a solution to data frame parsing.
The relevant options impacted by this feature would be width, height, and offset. There are two ways to go about this I think. Basically, for each of these options, if...
Yes, I think you should allow mixing of units in the tuple, so I would do your second warning, allow it, and then fall back with a warning if the...
Rather than have a new format, I propose that instead of having the Show instance be a summary of the matrix, instead it should print the entire matrix with the...