Steve

Results 99 comments of Steve

Is there a short-term work-around?

There are wrappers around the 'grammar of graphics' for Vega-Lite. [Examples](https://lisp-stat.dev/docs/examples/plotting/) and [documentation](https://lisp-stat.dev/docs/tasks/plotting/) explain it better than I could here.

Perhaps the path of least resistance is to revert to an older version and hold there until shasht alist processing is worked out? I upgraded to get the markdown streams,...

I do use yason, but only because an earlier system I was using had it. I agree that alist encoding can be ambiguous, so some convention is probably required. Both...

is `(j:vega-lite ..` working? I am trying to fix the breakage in the first[ Lisp-Stat notebook](https://github.com/Lisp-Stat/IPS/blob/master/notebooks/Part%20I/01%20-%20Distributions.ipynb) and when I try the suggestion above the conversion to shasht format seems to...

That seems to vectorise everything: ``` (clj:vl-to-shasht online-bar-chart) (:OBJECT-ALIST ("$schema" . #(#\h #\t #\t #\p #\s #\: #\/ #\/ #\v #\e #\g #\a #\. #\g #\i #\t #\h #\u #\b...

## Emacs keybinding in cells This is tracked in https://github.com/jupyterlab/jupyterlab/issues/3885. It looks as if the Jupyter Lab team intends in implementing this, but as of version 3.0.9 it is still...

## Swap ( and [ keys Probably everyone programming in Lisp for any length of time has swapped these two keys. Shift + reaching for the top row is definitely...

## Jupyter Lab Voyager [JupyterLab/Voyager](https://github.com/altair-viz/jupyterlab_voyager) seems like a useful add-on, however development has stalled. There have been no commits since August 2019, and it has been [broken for more than...

I suppose what I meant was for things like quickload loads, or ASDF operations, where the output isn't relevant, not functions in my own code.