Update 1-init.rst

This commit is contained in:
Romain Dorgueil
2018-10-27 11:58:54 +02:00
committed by GitHub
parent 633c30390f
commit 08e07cd7d9

View File

@ -203,12 +203,17 @@ Main Block
get_graph(**options),
services=get_services(**options)
)
Here, the real thing happens.
Without diving into too much details for now, using the :func:`bonobo.parse_args` context manager will allow our job to
be configurable, later, and although we don't really need it right now, it does not harm neither.
.. note::
This is intended to run in a console terminal. If you're working in a jupyter notebook, you need to adapt the thing to
avoid trying to parse arguments, or you'll get into trouble.
Reading the output
::::::::::::::::::