- Nothing changed yet.
- Upgraded to IPython 7.0.1 / Jupyter.
- Add support to Python 3.6, 3.7 and 3.8
- Remove support to Python 3.4.
- Enforce Python style checks.
- Update README.
- Fixed unnecessary "Enter token" prompt with the latest Jupyter Notebook versions
- Upgraded to IPython 5.1 / Jupyter
- Better error messages in various situations
- Add custom shutdown command by customizing IPython toolbar menu
- Upgrade to Daemonocle 1.0
- Allow easily override IPython Notebook current working directory.
- Make it possible to override the default bootstrap scripts and greeting for
make_startup()
- Adding ws4py as a dependency as it is required for uWSGI which is currently the only supported implementation
- Fixed README reST syntax
- Switch to xdaemonocle fork of Daemonocle library
- Keep IPython Notebook in 3.x series now by setup.py pinnings, as IPython 4.0 is not supported yet
- Fixed relative image links to absolute in README
- Fixing MANIFEST.in and release issues due to setuptools_git not present
- Fixed README markup
- Fixed broken drone.io integration which prevented tests to pass on CI
- Fixed broken setup.py classifiers
- Initial release.