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
scripts
entry 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 contrib
app subcommands frompkg_resources
entrypoints - Add
_maybe_copy
and_should_copy
to nbextensions private API, since thelogger
keyword arg was only added after notebook 4.1 - Also patch
JUPYTER_RUNTIME_DIR
environment 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!