David Brochart
David Brochart
See https://github.com/jupyterlab/jupyterlab/pull/15982.
See https://github.com/jupyterlab/jupyter-collaboration/issues/162#issuecomment-1821349112. ## Description In RTC images won't display. ## Reproduce 1. Install JupyterLab and jupyter-collaboration. 2. Open an image from the file browser. 3. See image not shown. ##...
## Description The cell execution indicator (`[*]`) is only displayed for the JupyterLab client that executes the cell, not for other peers where it is not shown:  ## Reproduce...
### Problem We already have some kind of ad-hoc schema for the WebSocket endpoint path, e.g.: - `/api/collaboration/room/json:notebook:{document_id}`: for connecting to a notebook. - `/api/collaboration/room/text:file:{document_id}`: for connecting to a text...
### Problem Jupyter Collaboration is mostly agnostic to the type of messages sent over the wire. There is some special handling of CRDT messages and awareness messages though, that is...
Matlab supports [hardware design](https://www.mathworks.com/discovery/hardware-design.html). Hardware blocks are connected together at a high level using Simulink to create a system, that can then generate low-level HDL code. The code can be...
From [demo.md](https://github.com/willmcgugan/textual-markdown/blob/d7288400104c49c1bcce072ede10bae45147947e/demo.md#fences): "In the future I think we could add controls to export the code, copy to the clipboard. Heck, even run it and show the output?" This is going...