mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Fix typo
Change `target-name` to `target_name`
This commit is contained in:
parent
df343af5e9
commit
42a9765897
1 changed files with 2 additions and 2 deletions
|
@ -210,8 +210,8 @@ required by the JupyterLab widget manager."
|
|||
jupyter-widgets-port))))
|
||||
|
||||
(cl-defmethod jupyter-handle-comm-open ((client jupyter-widget-client) _req msg)
|
||||
(jupyter-with-message-content msg (target-name)
|
||||
(when (member target-name jupyter-widgets-supported-targets)
|
||||
(jupyter-with-message-content msg (target_name)
|
||||
(when (member target_name jupyter-widgets-supported-targets)
|
||||
(jupyter-widgets-start-websocket-server)
|
||||
(jupyter-widgets--initialize-client client)
|
||||
(jupyter-widgets-send-message client msg)))
|
||||
|
|
Loading…
Add table
Reference in a new issue