0.2.0
Added
- Add Python 3.7 support - @m-rossi
- Add JupyterLab bundler extension (#1) - @m-rossi
- Add more metadata (#7) - @m-rossi
- Added support for nbconvert via console (#12) - @kirschma
Changed
- Improve testing and testing via Azure pipelines (#6, #9, #13, #14, #17, #18, #21, #22) - @m-rossi
- Bundler is now non-blocking the Jupyter Notebook (#19) - @m-rossi
- Require
nbconvert >= 5.5
andpandoc >= 2.0
(#16) - @m-rossi