netgusto / nodebook

Nodebook - Multi-Lang Web REPL + CLI Code runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: CLI mode without http, watch notebooks & run when change

netgusto opened this issue · comments

Feature: CLI mode without http, watch notebooks & run when change

Done in 0.1.17

$ npm i -g nbk
$ nbkcli path/to/notebooks

Anytime a notebook changes, it's execution will be queued and processed in turn.