mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-06 07:51:39 -05:00
jupyter-server-kernel: Add TODO on read only id
slot
This commit is contained in:
parent
efecaeeedc
commit
3097590778
1 changed files with 3 additions and 0 deletions
|
@ -267,6 +267,9 @@ The kernelspecs are returned in the same form as returned by
|
|||
(server jupyter-current-server
|
||||
:read-only t
|
||||
:documentation "The kernel server.")
|
||||
;; TODO: Make this read only by only allowing creating
|
||||
;; representations of kernels that have already been launched and
|
||||
;; have a connection to the kernel.
|
||||
(id nil
|
||||
:type (or null string)
|
||||
:documentation "The kernel ID."))
|
||||
|
|
Loading…
Add table
Reference in a new issue