Browse Source

Add kernelspy extension to the README

Jeremy Tuloup 5 years ago
parent
commit
d8ce068190
1 changed files with 10 additions and 0 deletions
  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
+```