Bo

Results 404 comments of Bo

> kernels could send declarative JSON to run JupyterLab commands This sounds a lot like the now deprecated "payloads" feature of [jupyter messages](http://jupyter-client.readthedocs.io/en/latest/messaging.html). Learning how it was added and deprecated...

Not quite sure about the context but did you look at `hx-encoding="multipart/form-data"`?

Not really. The interfaces with JupyterLab contains a few JS function to interact with the frontend and does not work here. We may need to develop a pure text-based interface...

There is no way to get the language dropdown there, which can be overcome by using the `%use` magic more often. A more serious problem, however, is that (as far...

VSCode Polyglot Notebook is a totally different beast and it needs .NET installed locally (for my macOS X anyway). Unless someone who is familiar with VSCode can point out what...

> "cannot import name 'Sequence' from 'collections' This is a compatibility bug (with Python 3.8 or something) that has been fixed last year. Could you update your version of sos...

I meant `sos-notebook`, run something like ``` pip list | grep sos ```

Ok, this looks like a problem with `sos-r`. I have pushed a fix and released `sos-r` 0.19.7. Could you test it?

Let me update the docker release of sos-notebook so that we can try to reproduce the problem or compare the versions there.