- Change `--no-input` to flag - add `__version__` to `__init__` - fix windows problem
0.1.13
- Fix bug caused by breaking changes on converting notebook to pdf since Chrome v111 - Fix no input not work with browser_pdf target
0.1.12
* Add `--no-input` flag to command line arguments, allow hiding notebook input cells 10 * Add interface to pass nbconvert config into convert function * Use `NO_SANDBOX` environment variable to force add `--no-sandbox` argument to Chrome which will be useful with container. 92
0.1.11
- colorfull dataframe exported by matplotlib https://github.com/dexplo/dataframe_image/pull/76 - bring back origin enlarge logic even it does not work with Chrome version 111 and 112