python-bonobo / bonobo

Extract Transform Load for Python 3.5+
https://www.bonobo-project.org/
Apache License 2.0
1.59k stars 146 forks source link

Update all bonobo.ext.jupyter in documentation #281

Open maklori opened 6 years ago

maklori commented 6 years ago

replace bonobo.ext.jupyter with bonobo.contrib.jupyter

https://www.bonobo-project.org/with/jupyter http://docs.bonobo-project.org/en/master/extension/jupyter.html

.coveragerc 5: bonobo/ext/**

docs/guide/graphs.rst 289:If you're in an interactive terminal context, it will use :class:bonobo.ext.console.ConsoleOutputPlugin for display. 291:If you're in a jupyter notebook context, it will (try to) use :class:bonobo.ext.jupyter.JupyterOutputPlugin.

docs/extension/jupyter.rst 19: jupyter nbextension enable --py --sys-prefix bonobo.ext.jupyter 28: jupyter nbextension install --py --symlink --sys-prefix bonobo.ext.jupyter 29: jupyter nbextension enable --py --sys-prefix bonobo.ext.jupyter 33: cd bonobo/ext/jupyter/js

.codacy.yml 4: - bonobo/ext/

.idea/workspace.xml 241: bonobo.ext

hartym commented 6 years ago

Should be fixed on https://www.bonobo-project.org/with/jupyter ; still need update of sphinx docs.