jupyter-contrib-core

Common utilities for jupyter-contrib projects.


Keywords
Jupyter, notebook
License
BSD-3-Clause
Install
pip install jupyter-contrib-core==0.4.2

Documentation

Jupyter Contrib Core

GitHub issues GitHub tag Github All Releases PyPI PyPI
Travis-CI Build Status Appveyor Build status Coveralls python test coverage Codecov python test coverage

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

Changes

0.4.2

  • Fix CI
  • Remove scripts entry from setup.py

0.3.3

More bugfixes for notebook 5

0.3.2

Fix for ArgumentConflict, which moved module in notebook 5, courtesy of @haobibo

0.3.1

Patch release removing non-ASCII whitespace character from MANIFEST.in

0.3.0

  • Get jupyter contrib app subcommands from pkg_resources entrypoints
  • Add _maybe_copy and _should_copy to nbextensions private API, since the logger keyword arg was only added after notebook 4.1
  • Also patch JUPYTER_RUNTIME_DIR environment variable in testing_utils.jupyter_env

0.2.0

Include almost-full 4.2 nbextensions public API

0.1.0

Move raise_on_bad_version to testing_utils package.

0.0.1

First public release!