What's Changed
* Add blogpost notebooks, tif-image and modification in documentation by marabuuu in https://github.com/haesleinhuepf/bia-bob/pull/157
* Give bob the capability to read the current notebook and generate a new one from it by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/160
* Enable bob to create text files in common formats by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/161
* remove auto-execute mode by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/165
* Terminal support by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/163
![](https://github.com/haesleinhuepf/bia-bob/raw/main/docs/images/cli_csv_files.png)
Backwards compatibility breaking changes
* The auto-execution mode (`bob.initialize(auto_execute=True)`) was removed. If you want to use it, you need to `pip install bob<=0.20.0`.
New Contributors
* marabuuu made their first contribution in https://github.com/haesleinhuepf/bia-bob/pull/157
**Full Changelog**: https://github.com/haesleinhuepf/bia-bob/compare/0.19.0...0.20.0