Eric Charles
Eric Charles
Looks like the current implementations target two goals: 1. Run some code via a HTTP POST endpoint (loosing the "streaming" feature of the output). 2. Have an endpoint to move...
> Why would output streams be lost? I was meaning that in the case 1 (Run some code via a HTTP POST without RTC), the server needs to wait the...
Having a repo with a single example rather than many examples can be less intimidating for the newcomers. If we merge, the README of the extension examples repository should be...
We had a talk about this just now at the jupyter_server meeting. I love the idea of BYOKID `bring your own kernel id`. I have read across this conversation but...
> MKM itself isn't a singleton, just that the server only creates a single instance of it currently. Cool, then the separated handler can make sense. > I thought there...
I was relying on `myst-cli` package, so yes, that has dependencies on node.js only processes. I am now more depending on `myst-to-react` which works fine in the browser. I will...
> The pieces in all of those transformations that do rely on binaries are mostly image transformations (e.g. svg -> png, or png -> webp). Docx, tex, and jats should...
Related to https://github.com/intake/intake/issues/667 I guess.
I have been using since a few weeks jupyterlab-lsp and I am very impressed with the added features it brings to the enduser. As developer, I am a bit intrigued...
> Thanks for recording the demo! Is there a link for the demo? Quick question: There has been discussion about having a JSON Schema. What is the status on that...