ソースを参照

Add kernelspy extension to the README

Jeremy Tuloup 5 年 前
コミット
d8ce068190
1 ファイル変更10 行追加0 行削除
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -47,3 +47,13 @@ export XEUS_LOG=1
 
 jlpm run test
 ```
+
+### Inspecting debug messages
+
+The [kernelspy extension for JupyterLab](https://github.com/vidartf/jupyterlab-kernelspy) can be used to inspect the debug messages sent between the debugger UI and the kernel.
+
+To install it:
+
+```bash
+jupyter labextension install jupyterlab-kernelspy
+```