Common utilities for jupyter-contrib projects. Includes:
- providing a notebook-4.2-compatible nbextension API in order to smooth over differences in versions 4.0 and 4.1
- common application components and cli scripts
- utility classes and functions for use in tests
- Fix CI
- Remove
scriptsentry fromsetup.py
More bugfixes for notebook 5
Fix for ArgumentConflict, which moved module in notebook 5, courtesy of
@haobibo
Patch release removing non-ASCII whitespace character from MANIFEST.in
- Get
jupyter contribapp subcommands frompkg_resourcesentrypoints - Add
_maybe_copyand_should_copyto nbextensions private API, since theloggerkeyword arg was only added after notebook 4.1 - Also patch
JUPYTER_RUNTIME_DIRenvironment variable intesting_utils.jupyter_env
Include almost-full 4.2 nbextensions public API
Move raise_on_bad_version to testing_utils package.
First public release!