-
- Downloads
Remove <notebook>, use <kernel> throughout.
* guix-kernel/jupyter-client.scm (<notebook>, notebook): Remove. (json->notebook): Rename to... (json->kernel): ... this, and adjust accordingly. (read-message, send-message, relay-message, pub, pub-busy) (pub-idle, reply-html): Adjust accordingly. * guix-kernel/jupyter-server.scm (<kernel>)[key]: New field. (kernel-iopub): New macro. (kernel): Add #:key. (close-kernel): New procedure. * guix-jupyter-kernel.scm: Adjust, replacing "notebook" with "kernel". * guix-jupyter-container.scm: Likewise.
Showing
- guix-jupyter-container.scm 13 additions, 12 deletionsguix-jupyter-container.scm
- guix-jupyter-kernel.scm 38 additions, 37 deletionsguix-jupyter-kernel.scm
- guix-kernel/jupyter-client.scm 47 additions, 78 deletionsguix-kernel/jupyter-client.scm
- guix-kernel/jupyter-server.scm 22 additions, 5 deletionsguix-kernel/jupyter-server.scm
Loading
Please register or sign in to comment