adds tutorials and documentation for file readers and writers.

This commit is contained in:
Romain Dorgueil
2017-04-30 11:14:34 +02:00
parent 8018f63457
commit 4ee3fd3be9
11 changed files with 151 additions and 47 deletions

View File

@ -1,5 +1,5 @@
Bonobo with Jupyter
==================
===================
There is a builtin plugin that integrates (kind of minimalistically, for now) bonobo within jupyter notebooks, so
you can read the execution status of a graph within a nice (ok not so nice) html/javascript widget.
@ -9,7 +9,11 @@ See https://github.com/jupyter-widgets/widget-cookiecutter for the base template
Installation
::::::::::::
To install the widget::
Install `bonobo` with the **jupyter** extra::
pip install bonobo[jupyter]
Install the jupyter extension::
jupyter nbextension enable --py --sys-prefix bonobo.ext.jupyter