/jupyter_watch

Primary LanguageJavaScript

jupyter-watch

A web-based jupyter kernel watcher experiment.

jupyter-watch-nvim.mp4

Demo

  1. 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

  1. Launch the proxy
python relay.py 2c91
  1. Open index.html in your browser

  2. Connect to the kernel

jupyter console --existing 2c91