Skip to content

Commit

Permalink
Fix kernel status event message (jupyter-server#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Velichkevich authored and GitHub Enterprise committed May 10, 2022
1 parent 3747475 commit 8cea5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_studio_jupyter_extensions/configurables/kernel_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def _emit_status(self, status, description=""):
"notebook_id": self.notebook_id or "Not set",
"process_id": self.process_id or "Not set yet",
"kernel_id": self.kernel_id,
"state": status,
"msg": description,
"status": status,
"details": description,
},
)

Expand Down

0 comments on commit 8cea5b8

Please sign in to comment.