3.14. builtin-templates

ln_manager provides some built-in process templaes which can be used in config files:

3.14.1. internal notebook template

this can be used to start a python notebook like its done when pressing one of the “open notebook”-button on the ln_manager-UI (e.g. for processes, within the topic inspector, or when double clicking a service name).

it can be used like this:

process my notebook
use_template: internal notebook template("%(CURDIR)/my_notebook.nb.py", "some title")
node: localhost

this will start a notebook-UI on the manager host.

see also instance-notebook_process_template.

3.14.2. internal scope template

this will start a scope-UI subscribing to a specified topic and plotting a specified field versus time.

it can be used like this:

process my topic1 scope
use_template: internal scope template("topic1", "field1")
node: localhost

this will start a scope-UI on the manager host. it will subscribe to topic topic1 and plot values of field1.

see also instance-scope_process_template.