A web-based jupyter kernel watcher experiment.
jupyter-watch-nvim.mp4
- Launch a jupyter kernel
❯ jupyter kernel
[KernelApp] Starting kernel 'python3'
[KernelApp] Connection file: /Users/xav/Library/Jupyter/runtime/kernel-2c91528a-a8f7-437a-83ba-94c0af8c5228.json
[KernelApp] To connect a client: --existing kernel-2c91528a-a8f7-437a-83ba-94c0af8c5228.json
Kernel id in this case is 2c91
- Launch the proxy
python relay.py 2c91
-
Open
index.html
in your browser -
Connect to the kernel
jupyter console --existing 2c91